diff --git a/classes/shop/Shop.php b/classes/shop/Shop.php index faf1e0afb..4d97ad846 100644 --- a/classes/shop/Shop.php +++ b/classes/shop/Shop.php @@ -790,7 +790,7 @@ class ShopCore extends ObjectModel static $feature_active = null; if ($feature_active === null) - $feature_active = Configuration::get('PS_MULTISHOP_FEATURE_ACTIVE') && (count(Db::getInstance()->getValue('SELECT COUNT(*) FROM '._DB_PREFIX_.'shop')) > 1); + $feature_active = Configuration::get('PS_MULTISHOP_FEATURE_ACTIVE') && (Db::getInstance()->getValue('SELECT COUNT(*) FROM '._DB_PREFIX_.'shop') > 1); return $feature_active; } diff --git a/install-dev/data/img/t/AdminShop.gif b/install-dev/data/img/t/AdminShop.gif new file mode 100644 index 000000000..8db408186 Binary files /dev/null and b/install-dev/data/img/t/AdminShop.gif differ