* Mail/IE: fixed compose popup did not open again after it was closed eg. mail was send

This commit is contained in:
Ralf Becker 2015-02-02 17:06:11 +00:00
parent e9ad755298
commit ea60497448

View File

@ -61,11 +61,6 @@ class mail_compose
function __construct()
{
if (!isset($GLOBALS['egw_info']['flags']['js_link_registry']))
{
//error_log(__METHOD__.__LINE__.' js_link_registry not set, force it:'.array2string($GLOBALS['egw_info']['flags']['js_link_registry']));
$GLOBALS['egw_info']['flags']['js_link_registry']=true;
}
$this->displayCharset = translation::charset();
$profileID = (int)$GLOBALS['egw_info']['user']['preferences']['mail']['ActiveProfileID'];