// fixing condition on "add root category" URL

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16641 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-08-01 10:04:05 +00:00
parent 100703b2f8
commit 2366a2cc8a
@@ -216,7 +216,7 @@ class AdminCategoriesControllerCore extends AdminController
{
if (empty($this->display))
{
if (Shop::isFeatureActive())
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')