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:
Klaus Leithoff 2011-01-05 13:35:10 +00:00
parent e75c007b29
commit 321d725804

View File

@ -571,7 +571,7 @@ class jdots_framework extends egw_framework
public function get_sidebox($appname) public function get_sidebox($appname)
{ {
//Add the requested application to the translation table //Add the requested application to the translation table
translation::add_app($appname); if ($appname <> 'felamimail') translation::add_app($appname);
if (!isset($this->sideboxes[$appname])) if (!isset($this->sideboxes[$appname]))
{ {