diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-11-12 13:44:55 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-11-12 13:44:55 +0000 |
commit | 5a5dec859def6ab2305db4a95f1704ce71f7ded2 (patch) | |
tree | a0ef41834a160a06ae52e72ebedaaaa918876b77 /engine | |
parent | e50baee6d68f6758736b6c569ce3336eaccceaf4 (diff) | |
download | elgg-5a5dec859def6ab2305db4a95f1704ce71f7ded2.tar.gz elgg-5a5dec859def6ab2305db4a95f1704ce71f7ded2.tar.bz2 |
Closes #543
git-svn-id: https://code.elgg.org/elgg/trunk@2443 36083f99-b078-4883-b0ff-0f9b5a30f544
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(); } } |