// Remove $noTabLink in AdminController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13830 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-03-05 10:00:17 +00:00
parent 1049736226
commit 0c40a13560
-3
View File
@@ -60,9 +60,6 @@ class AdminControllerCore extends Controller
/** @var integer Tab id */
public $id = -1;
/** @var array noTabLink array of admintab names which have no content */
public $noTabLink = array('AdminCatalog', 'AdminPriceRule', 'AdminTools', 'AdminStock', 'AdminAdmin');
public $required_database = false;
/** @var string Security token */