diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/cache.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/cache.php b/engine/lib/cache.php index 9355556a0..999175a04 100644 --- a/engine/lib/cache.php +++ b/engine/lib/cache.php @@ -261,10 +261,10 @@ { $namespace = $this->getNamespace(); - if (!isset(ElggStaticVariableCache::$__cache)) + //if (!isset(ElggStaticVariableCache::$__cache)) ElggStaticVariableCache::$__cache = array(); - if (!isset(ElggStaticVariableCache::$__cache[$namespace])) + //if (!isset(ElggStaticVariableCache::$__cache[$namespace])) ElggStaticVariableCache::$__cache[$namespace] = array(); } } |