From 321d7258042a1f6f76e9c1570061f6fe0952ed4b Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Wed, 5 Jan 2011 13:35:10 +0000 Subject: [PATCH] temporarily excluding felamimail from the loading of app specific translations while building the sidebar, as it seems to break something with IE8 somehow --- jdots/inc/class.jdots_framework.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdots/inc/class.jdots_framework.inc.php b/jdots/inc/class.jdots_framework.inc.php index 90cfef7ab8..c295d23ab3 100755 --- a/jdots/inc/class.jdots_framework.inc.php +++ b/jdots/inc/class.jdots_framework.inc.php @@ -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])) {