// AdminTab compatibility: Dispatcher for BO now search tabs in database, not on the disk. AdminTabs now uses the new BO theme.
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10236 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -199,6 +199,9 @@ abstract class AdminTabCore
|
||||
'AdminStatsTab' => 'AdminStats'
|
||||
);
|
||||
|
||||
/** @var array noTabLink array of admintabs with no content */
|
||||
public $noTabLink = array('AdminCatalog', 'AdminTools', 'AdminStock', 'AdminAccounting');
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->context = Context::getContext();
|
||||
|
||||
Reference in New Issue
Block a user