//norme
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16538 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user