From 65c6d86e6e0b74cce5af97b91f824f341ab7108b Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Wed, 21 Aug 2013 10:23:53 +0200 Subject: [PATCH] // Fixed simple multistore process --- controllers/admin/AdminCategoriesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminCategoriesController.php b/controllers/admin/AdminCategoriesController.php index 2de4049ae..9a8c10e11 100644 --- a/controllers/admin/AdminCategoriesController.php +++ b/controllers/admin/AdminCategoriesController.php @@ -236,7 +236,7 @@ class AdminCategoriesControllerCore extends AdminController { if (empty($this->display)) { - if (Configuration::get('PS_MULTISHOP_FEATURE_ACTIVE') && count(Shop::getShops()) > 1) + if (Configuration::get('PS_MULTISHOP_FEATURE_ACTIVE')) $this->toolbar_btn['new-url'] = array( 'href' => self::$currentIndex.'&add'.$this->table.'root&token='.$this->token, 'desc' => $this->l('Add new root category')