mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix bug where if no additional apps were requested, no translation was done.
Was visible in ACL edit dialog.
This commit is contained in:
parent
b0ec6dc0a2
commit
21e5eb79dd
@ -146,7 +146,7 @@ egw.extend('lang', egw.MODULE_GLOBAL, function() {
|
||||
}
|
||||
apps.push(_apps[i].app);
|
||||
}
|
||||
if (this !== egw)
|
||||
if (this !== egw && apps.length > 0)
|
||||
{
|
||||
this.lang_order = apps.reverse();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user