From d5c2a03f51dbd2de11bd95730555902cc9c17021 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Mon, 2 Sep 2013 11:34:38 +0000 Subject: [PATCH] revert changes introduced with r43681, as issue is fixed in bo_tracking and handling of GLOBALS[info][user][account_id] --- phpgwapi/inc/class.send.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.send.inc.php b/phpgwapi/inc/class.send.inc.php index 03ac68032d..32297478ce 100644 --- a/phpgwapi/inc/class.send.inc.php +++ b/phpgwapi/inc/class.send.inc.php @@ -41,7 +41,7 @@ class send extends egw_mailer $this->CharSet = translation::charset(); $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 $notification_config = config::read('notifications'); if ($notification_config['dontUseUserDefinedProfiles']) $restoreSession = $getUserDefinedProfiles = false;