From be856738536519a4c50bf2175ce7121a39e19573 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Fri, 31 Aug 2012 08:58:46 +0000 Subject: [PATCH] [-] TR : #PSCFV-3849 : fix bug in TranslateCore class git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17120 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Translate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Translate.php b/classes/Translate.php index 7ab4569c7..16b2414c3 100644 --- a/classes/Translate.php +++ b/classes/Translate.php @@ -46,7 +46,7 @@ class TranslateCore // @todo remove global keyword in translations files and use static global $_LANGADM; - if ($modules_tabs !== null) + if ($modules_tabs === null) $modules_tabs = Tab::getModuleTabList(); if ($_LANGADM == null)