mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
* Mail/IE: fixed compose popup did not open again after it was closed eg. mail was send
This commit is contained in:
parent
e9ad755298
commit
ea60497448
@ -61,11 +61,6 @@ class mail_compose
|
|||||||
|
|
||||||
function __construct()
|
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();
|
$this->displayCharset = translation::charset();
|
||||||
|
|
||||||
$profileID = (int)$GLOBALS['egw_info']['user']['preferences']['mail']['ActiveProfileID'];
|
$profileID = (int)$GLOBALS['egw_info']['user']['preferences']['mail']['ActiveProfileID'];
|
||||||
|
Loading…
Reference in New Issue
Block a user