[*] PROJECT : New Module API (part 1)
This commit is contained in:
@@ -162,7 +162,7 @@ class CategoryControllerCore extends FrontController
|
||||
public function assignProductList()
|
||||
{
|
||||
$hookExecuted = false;
|
||||
Module::hookExec('productListAssign', array(
|
||||
Hook::exec('productListAssign', array(
|
||||
'nbProducts' => &$this->nbProducts,
|
||||
'catProducts' => &$this->cat_products,
|
||||
'hookExecuted' => &$hookExecuted,
|
||||
|
||||
Reference in New Issue
Block a user