[-] FO: Fix PSCFV-2766 logo store cannot be changed

This commit is contained in:
rGaillard
2012-06-22 09:55:05 +00:00
parent cc441b4c1b
commit 34e2979295
7 changed files with 22 additions and 10 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class TranslateCore
// @todo remove global keyword in translations files and use static
global $_LANGADM;
if (!isset($modules_tabs))
if ($modules_tabs !== null)
$modules_tabs = Tab::getModuleTabList();
if ($_LANGADM == null)