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;