mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 02:43:22 +01:00
Fix common and admin translations were sometimes missing
This commit is contained in:
parent
eba199e963
commit
f3c6638031
@ -608,6 +608,11 @@ class Translation
|
||||
self::$load_via[$l_app][] = $app_dir;
|
||||
$updated_load_via = true;
|
||||
}
|
||||
else if ($l_app != $app_dir &&
|
||||
array_intersect((array)self::$load_via[$l_app], array('all-apps', $app_dir)))
|
||||
{
|
||||
$loaded[$l_id] = $l_translation;
|
||||
}
|
||||
continue;
|
||||
}
|
||||
$loaded[$l_id] = $l_translation;
|
||||
|
Loading…
Reference in New Issue
Block a user