[-] CORE : Missing displayError for alias q

This commit is contained in:
Gregory Roussac
2013-01-25 00:55:04 +01:00
parent 8834e532c7
commit efd02c7a7f
+2
View File
@@ -581,6 +581,8 @@ abstract class DbCore
$result = $this->query($sql);
if ($use_cache && $this->is_cache_enabled)
Cache::getInstance()->deleteQuery($sql);
if (_PS_DEBUG_SQL_)
$this->displayError($sql);
return $result;
}