[-] TR : #PSCFV-3849 : fix bug in TranslateCore class
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user