// Normalize
This commit is contained in:
@@ -99,7 +99,7 @@ class CategoryControllerCore extends FrontController
|
||||
|
||||
$this->context->smarty->assign(array(
|
||||
'category' => $this->category,
|
||||
'products' => (isset($this->cat_products) && $this->cat_products) ? $this->cat_products : NULL,
|
||||
'products' => (isset($this->cat_products) && $this->cat_products) ? $this->cat_products : null,
|
||||
'id_category' => (int)$this->category->id,
|
||||
'id_category_parent' => (int)$this->category->id_parent,
|
||||
'return_category_name' => Tools::safeOutput($this->category->name),
|
||||
|
||||
Reference in New Issue
Block a user