This commit is contained in:
vAugagneur
2012-07-24 08:23:21 +00:00
parent 14e5fc9048
commit 9391850cc3
+2 -1
View File
@@ -505,7 +505,8 @@ class HelperListCore extends Helper
$total_pages = ceil($this->listTotal / Tools::getValue('pagination', ($default_pagination)));
if (!$total_pages) $total_pages = 1;
if (!$total_pages)
$total_pages = 1;
$identifier = Tools::getIsset($this->identifier) ? '&'.$this->identifier.'='.(int)Tools::getValue($this->identifier) : '';
$order = '';