mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-03 01:31:26 +01:00
remove condition, when adding app translation within get_sidebox
This commit is contained in:
parent
d5e39013c6
commit
06a160c6e4
@ -580,7 +580,7 @@ class jdots_framework extends egw_framework
|
||||
public function get_sidebox($appname)
|
||||
{
|
||||
//Add the requested application to the translation table
|
||||
if ($appname <> 'felamimail') translation::add_app($appname);
|
||||
translation::add_app($appname);
|
||||
|
||||
if (!isset($this->sideboxes[$appname]))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user