diff --git a/controllers/admin/AdminCategoriesController.php b/controllers/admin/AdminCategoriesController.php index 7acdccd79..f52fcb48d 100644 --- a/controllers/admin/AdminCategoriesController.php +++ b/controllers/admin/AdminCategoriesController.php @@ -162,7 +162,7 @@ class AdminCategoriesControllerCore extends AdminController { parent::initPageHeaderToolbar(); - if ($this->display != 'add') + if ($this->display != 'edit' && $this->display != 'add') $this->page_header_toolbar_btn['new_category'] = array( 'href' => self::$currentIndex.'&addcategory&token='.$this->token, 'desc' => $this->l('Add new category'),