//fixed multishop CRUD bug
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16555 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -2382,10 +2382,6 @@ class AdminControllerCore extends Controller
|
||||
if (!Shop::isFeatureActive())
|
||||
return;
|
||||
|
||||
$def = ObjectModel::getDefinition($this->className);
|
||||
if (!empty($def['multishop_specific']))
|
||||
return;
|
||||
|
||||
if (!Shop::isTableAssociated($this->table))
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user