[-] BO : Fix bug #PSCFV-9990 bad count on list header helper

This commit is contained in:
gRoussac
2013-08-01 16:15:41 +02:00
parent ccc2312053
commit 6a073143f2
+2 -1
View File
@@ -2206,6 +2206,7 @@ class AdminControllerCore extends Controller
($this->_tmpTableFilter ? ') tmpTable WHERE 1'.$this->_tmpTableFilter : '').
(($use_limit === true) ? ' LIMIT '.(int)$start.','.(int)$limit : '');
$this->_listTotal = 0;
if (!($this->_list = Db::getInstance()->executeS($this->_listsql)))
$this->_list_error = Db::getInstance()->getMsgError();
else
@@ -3000,4 +3001,4 @@ class AdminControllerCore extends Controller
return $return;
}
}
}