From e76545e01131682b99cb1536c4a9f2e0f825f509 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Mon, 19 May 2014 06:24:06 +0000 Subject: [PATCH] Fix fatal error in unit test. See #27881. git-svn-id: https://develop.svn.wordpress.org/trunk@28520 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/cache.php b/src/wp-includes/cache.php index 84912b196b..734c968140 100644 --- a/src/wp-includes/cache.php +++ b/src/wp-includes/cache.php @@ -268,7 +268,7 @@ class WP_Object_Cache { * @access private * @since 2.0.0 */ - private $cache = array (); + public $cache = array(); /** * The amount of times the cache data was already stored in the cache.