From e77bfdef975c64d61696503aa7eb02d4346ae64b Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Thu, 1 Sep 2011 10:01:49 +0000 Subject: [PATCH] // report fix 8242 to cache system from class MySQL to class DB --- classes/Db.php | 1 - 1 file changed, 1 deletion(-) diff --git a/classes/Db.php b/classes/Db.php index 03f324921..7ca9b285e 100644 --- a/classes/Db.php +++ b/classes/Db.php @@ -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;