// report fix 8242 to cache system from class MySQL to class DB

This commit is contained in:
tDidierjean
2011-09-01 10:01:49 +00:00
parent a7ad178f28
commit e77bfdef97
-1
View File
@@ -430,7 +430,6 @@ abstract class DbCore
$this->_result = false;
$result = $this->query($sql);
$this->_lastQuery = $sql;
if ($use_cache AND _PS_CACHE_ENABLED_)
Cache::getInstance()->deleteQuery($sql);
return $result;