// Fix shop context call

This commit is contained in:
rMalie
2012-02-24 08:51:52 +00:00
parent 4200ad049f
commit 683ab16d3c
4 changed files with 6 additions and 6 deletions
@@ -308,7 +308,7 @@ class AdminSuppliersControllerCore extends AdminController
'supplier' => $this->object,
'products' => $products,
'stock_management' => Configuration::get('PS_STOCK_MANAGEMENT'),
'shopContext' => Context::getContext()->shop(),
'shopContext' => Shop::getContext(),
);
return parent::renderView();