From b4cb8649dab1bd3b067ffc253af8cd2b9baa2a3d Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Thu, 20 Oct 2011 16:13:40 +0000 Subject: [PATCH] // fix duplicate 'add new' --- 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';