From 927c437679a08f203188fc115f3690e570d25557 Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Thu, 20 Oct 2011 16:13:40 +0000 Subject: [PATCH] // fix duplicate 'add new' git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9519 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminProductsController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/controllers/admin/AdminProductsController.php b/controllers/admin/AdminProductsController.php index d83e7e0f1..df9fc06af 100644 --- a/controllers/admin/AdminProductsController.php +++ b/controllers/admin/AdminProductsController.php @@ -1571,8 +1571,6 @@ if (false) '; //////////////////////// $this->l('in category').' "'.stripslashes($this->_category->getName()).'"'; - if ($this->tabAccess['add'] === '1') - $this->content .= ' '.$this->l('Add a new product').''; $this->content .= '
'; // $this->displayList($token); // $this->display = 'list';