From 8bd16609f79ef098f0bd867c16ef58c0e918e6ef Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 12 Nov 2008 14:31:34 +0000 Subject: No longer blanks all caches when clearing git-svn-id: https://code.elgg.org/elgg/trunk@2444 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib/cache.php') diff --git a/engine/lib/cache.php b/engine/lib/cache.php index 999175a04..694930432 100644 --- a/engine/lib/cache.php +++ b/engine/lib/cache.php @@ -261,7 +261,7 @@ { $namespace = $this->getNamespace(); - //if (!isset(ElggStaticVariableCache::$__cache)) + if (!isset(ElggStaticVariableCache::$__cache)) ElggStaticVariableCache::$__cache = array(); //if (!isset(ElggStaticVariableCache::$__cache[$namespace])) -- cgit v1.2.3