diff options
| author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-11-04 11:22:24 +0000 | 
|---|---|---|
| committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-11-04 11:22:24 +0000 | 
| commit | b9313967bc61dfd208498045e707016b81b627cb (patch) | |
| tree | 03d9ee288ac9ec6ca25d4c33074574fe08b0c718 | |
| parent | 47b33b9b54610ddf676201acb408bef691c7eac4 (diff) | |
| download | elgg-b9313967bc61dfd208498045e707016b81b627cb.tar.gz elgg-b9313967bc61dfd208498045e707016b81b627cb.tar.bz2 | |
git-svn-id: https://code.elgg.org/elgg/trunk@2391 36083f99-b078-4883-b0ff-0f9b5a30f544
| -rw-r--r-- | engine/lib/cache.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engine/lib/cache.php b/engine/lib/cache.php index 7523a0a68..dcbb83ca6 100644 --- a/engine/lib/cache.php +++ b/engine/lib/cache.php @@ -167,7 +167,7 @@  		 *  		 * @var unknown_type  		 */ -		public static $__cache; +		private static $__cache;  		/**  		 * ID of a cache to use. | 
