diff options
Diffstat (limited to 'engine')
-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 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])) |