// Fix bug with a bad smarty var assignation
This commit is contained in:
@@ -185,7 +185,6 @@ class CategoryControllerCore extends FrontController
|
||||
else
|
||||
// Pagination must be call after "getProducts"
|
||||
$this->pagination($this->nbProducts);
|
||||
self::$smarty->assign('categoryNameComplement', '');
|
||||
$this->context->smarty->assign('nb_products', $this->nbProducts);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user