aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/cache.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/cache.php')
-rw-r--r--engine/lib/cache.php4
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();
}
}