mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
temporarily excluding felamimail from the loading of app specific translations while building the sidebar, as it seems to break something with IE8 somehow
This commit is contained in:
parent
e75c007b29
commit
321d725804
@ -571,7 +571,7 @@ class jdots_framework extends egw_framework
|
||||
public function get_sidebox($appname)
|
||||
{
|
||||
//Add the requested application to the translation table
|
||||
translation::add_app($appname);
|
||||
if ($appname <> 'felamimail') translation::add_app($appname);
|
||||
|
||||
if (!isset($this->sideboxes[$appname]))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user