//fixed multishop CRUD bug

This commit is contained in:
vAugagneur
2012-07-24 16:45:52 +00:00
parent 4bf31460a8
commit 07b11f2d72
9 changed files with 137 additions and 141 deletions

View File

@@ -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;