diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-11-12 14:31:34 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-11-12 14:31:34 +0000 |
commit | 8bd16609f79ef098f0bd867c16ef58c0e918e6ef (patch) | |
tree | 03febcd5d2d5cce37efdba2d5dddbc180f720743 /engine/lib | |
parent | 5a5dec859def6ab2305db4a95f1704ce71f7ded2 (diff) | |
download | elgg-8bd16609f79ef098f0bd867c16ef58c0e918e6ef.tar.gz elgg-8bd16609f79ef098f0bd867c16ef58c0e918e6ef.tar.bz2 |
No longer blanks all caches when clearing
git-svn-id: https://code.elgg.org/elgg/trunk@2444 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib')
-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])) |