// report fix 8242 to cache system from class MySQL to class DB
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user