From 24c357b5c521ade1d9002c43167695d3f769b8fa Mon Sep 17 00:00:00 2001 From: webchick Date: Thu, 22 Dec 2011 00:32:22 -0800 Subject: Issue #1371484 by makara: Fixed Private properties in abstract class DrupalCacheArray. --- includes/bootstrap.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 3b00624b5..7165958f3 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -289,12 +289,12 @@ abstract class DrupalCacheArray implements ArrayAccess { /** * A cid to pass to cache_set() and cache_get(). */ - private $cid; + protected $cid; /** * A bin to pass to cache_set() and cache_get(). */ - private $bin; + protected $bin; /** * An array of keys to add to the cache at the end of the request. -- cgit v1.2.3