// Fix multishop access when option is not enabled #PSCFV-2701
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15908 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -76,6 +76,11 @@ class AdminShopControllerCore extends AdminController
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
public function viewAccess($disable = false)
|
||||
{
|
||||
return Configuration::get('PS_MULTISHOP_FEATURE_ACTIVE');
|
||||
}
|
||||
|
||||
public function initToolbar()
|
||||
{
|
||||
if (!$this->id_shop_group && $this->object && $this->object->id_shop_group)
|
||||
|
||||
Reference in New Issue
Block a user