loading infolog translations if current_app is NOT infolog

This commit is contained in:
Klaus Leithoff 2009-07-13 10:51:29 +00:00
parent f0a9869bb3
commit 2fc2d839a5

View File

@ -108,6 +108,7 @@ class infolog_ui
*/ */
function __construct() function __construct()
{ {
if ($GLOBALS['egw_info']['flags']['currentapp'] != 'infolog') $GLOBALS['egw']->translation->add_app('infolog');
$this->bo =& new infolog_bo(); $this->bo =& new infolog_bo();
$this->tmpl = new etemplate(); $this->tmpl = new etemplate();
@ -1349,7 +1350,6 @@ class infolog_ui
if (!empty($_to_emailAddress)) if (!empty($_to_emailAddress))
{ {
$GLOBALS['egw_info']['flags']['currentapp'] = 'infolog'; $GLOBALS['egw_info']['flags']['currentapp'] = 'infolog';
$GLOBALS['egw']->translation->add_app($GLOBALS['egw_info']['flags']['currentapp']);
echo '<script>window.resizeTo(750,550);</script>'; echo '<script>window.resizeTo(750,550);</script>';
if (is_array($_attachments)) if (is_array($_attachments))