// Little fix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11073 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-12-09 10:32:49 +00:00
parent 67643cfc29
commit a9670d0f85
-2
View File
@@ -323,7 +323,5 @@ abstract class CacheCore
}
else
unset(Cache::$local[$key]);
d(array_keys(Cache::$local));
}
}