[*] FO BO MO : rename function isMultiShopActivated by isFeatureActive

This commit is contained in:
hAitmansour
2011-10-19 11:52:26 +00:00
parent 29f7a46889
commit 99f0da1065
2 changed files with 2 additions and 2 deletions
@@ -224,7 +224,7 @@ class AdminCurrenciesControllerCore extends AdminController
'title' => $this->l(' Save '),
'class' => 'button'
),
'asso_shop' => Shop::isMultiShopActivated()
'asso_shop' => Shop::isFeatureActive()
);
parent::__construct();
}