// small fix
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17044 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -2093,9 +2093,6 @@ class AdminProductsControllerCore extends AdminController
|
||||
unset($this->context->cookie->{$this->table.'Orderway'});
|
||||
}
|
||||
}
|
||||
|
||||
$this->getList($this->context->language->id, null, !$this->context->cookie->__get($this->table.'Orderway') ? 'ASC' : null, 0, null, $this->context->shop->id);
|
||||
|
||||
$id_category = (int)Tools::getValue('id_category', 1);
|
||||
$this->tpl_list_vars['is_category_filter'] = Tools::getValue('id_category') ? true : false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user