mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-28 00:39:19 +01:00
revert changes introduced with r43681, as issue is fixed in bo_tracking and handling of GLOBALS[info][user][account_id]
This commit is contained in:
parent
55b0081103
commit
d5c2a03f51
@ -41,7 +41,7 @@ class send extends egw_mailer
|
|||||||
|
|
||||||
$this->CharSet = translation::charset();
|
$this->CharSet = translation::charset();
|
||||||
$this->IsSmtp();
|
$this->IsSmtp();
|
||||||
$restoreSession = $getUserDefinedProfiles = false; // no caching for profiles used for notification any more
|
$restoreSession = $getUserDefinedProfiles = true;
|
||||||
// if dontUseUserDefinedProfiles is set to yes/true/1 dont restore the session AND dont retrieve UserdefinedAccount settings
|
// if dontUseUserDefinedProfiles is set to yes/true/1 dont restore the session AND dont retrieve UserdefinedAccount settings
|
||||||
$notification_config = config::read('notifications');
|
$notification_config = config::read('notifications');
|
||||||
if ($notification_config['dontUseUserDefinedProfiles']) $restoreSession = $getUserDefinedProfiles = false;
|
if ($notification_config['dontUseUserDefinedProfiles']) $restoreSession = $getUserDefinedProfiles = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user