From 78fee5c3a3356165d0b66464832075bc77105c67 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8296 b9a71923-0436-4b27-9f14-aed3839534dd --- 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;