// fix module tab dispatch

This commit is contained in:
tDidierjean
2011-11-18 14:10:23 +00:00
parent 5c47836cee
commit 54b80f48e4
2 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ class DispatcherCore
$controller_type = 'tab';
}
// For retrocompatibility with admin/tabs/ old system
if (isset($controller_type) && !$controller_type == 'tab')
if (isset($controller_type) && $controller_type == 'tab')
{
require_once(_PS_ADMIN_DIR_.'/functions.php');
$ajaxMode = !empty($_REQUEST['ajaxMode']);