mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fix common and admin translations were sometimes missing
This commit is contained in:
parent
983cfab70d
commit
b195d44cbf
@ -608,6 +608,11 @@ class Translation
|
|||||||
self::$load_via[$l_app][] = $app_dir;
|
self::$load_via[$l_app][] = $app_dir;
|
||||||
$updated_load_via = true;
|
$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;
|
continue;
|
||||||
}
|
}
|
||||||
$loaded[$l_id] = $l_translation;
|
$loaded[$l_id] = $l_translation;
|
||||||
|
Loading…
Reference in New Issue
Block a user