[-] BO: Fix #PSCFV-8872 HelperList::displayWarning() don't exists

This commit is contained in:
Rémi Gaillard
2013-04-22 10:50:41 +02:00
parent c643abcfa2
commit 20f8709940
+1 -1
View File
@@ -124,7 +124,7 @@ class HelperListCore extends Helper
// Append when we get a syntax error in SQL query
if ($list === false)
{
$this->displayWarning($this->l('Bad SQL query', 'Helper'));
$this->context->controller->warnings[] = $this->l('Bad SQL query', 'Helper');
return false;
}