// fix add var current and back in helperList
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9868 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -614,8 +614,10 @@ class HelperListCore extends Helper
|
||||
$this->footer_tpl->assign(array(
|
||||
'token' => $this->token,
|
||||
'table' => $this->table,
|
||||
'current' => $this->currentIndex,
|
||||
'simple_header' => $this->simple_header,
|
||||
'bulk_actions' => $this->bulk_actions,
|
||||
'back' => Tools::getValue('back'),
|
||||
'no_back' => $this->no_back
|
||||
));
|
||||
return $this->footer_tpl->fetch();
|
||||
|
||||
Reference in New Issue
Block a user