remove condition, when adding app translation within get_sidebox

This commit is contained in:
Klaus Leithoff 2011-03-29 10:30:53 +00:00
parent d5e39013c6
commit 06a160c6e4

View File

@ -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]))
{