// remove $noTabLink from compatibility tabs
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13835 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -453,7 +453,6 @@ function runAdminTab($tab, $ajaxMode = false)
|
||||
// $tab = $_REQUEST['tab'];
|
||||
if ($adminObj = checkingTab($tab))
|
||||
{
|
||||
$noTabLink = $adminObj->noTabLink;
|
||||
// init is different for new tabs (AdminController) and old tabs (AdminTab)
|
||||
if ($adminObj instanceof AdminController)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user