// Fix shop context call
This commit is contained in:
@@ -609,7 +609,7 @@ class AdminManufacturersControllerCore extends AdminController
|
||||
'addresses' => $addresses,
|
||||
'products' => $products,
|
||||
'stock_management' => Configuration::get('PS_STOCK_MANAGEMENT'),
|
||||
'shopContext' => Context::getContext()->shop(),
|
||||
'shopContext' => Shop::getContext(),
|
||||
);
|
||||
|
||||
return parent::renderView();
|
||||
|
||||
Reference in New Issue
Block a user