mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:16 +01:00
* eMail: fix bug regarding wrong identity used when changing identity on send
This commit is contained in:
parent
a134486443
commit
1e0cf86ccb
@ -931,7 +931,7 @@
|
||||
$this->sessionData['stationeryID'] = $_formData['stationeryID'];
|
||||
$this->sessionData['identity'] = $_formData['identity'];
|
||||
|
||||
$identity = $this->preferences->getIdentity((int)$this->sessionData['identity']);
|
||||
$identity = $this->preferences->getIdentity((int)$this->sessionData['identity'],true);
|
||||
|
||||
$flags = '\\Seen \\Draft';
|
||||
$BCCmail = '';
|
||||
@ -1037,7 +1037,7 @@
|
||||
$messageIsDraft = true;
|
||||
}
|
||||
#error_log(print_r($this->preferences,true));
|
||||
$identity = $this->preferences->getIdentity((int)$this->sessionData['identity']);
|
||||
$identity = $this->preferences->getIdentity((int)$this->sessionData['identity'],true);
|
||||
$signature = $this->bosignatures->getSignature((int)$this->sessionData['signatureID']);
|
||||
//error_log($this->sessionData['identity']);
|
||||
//error_log(print_r($identity,true));
|
||||
|
Loading…
Reference in New Issue
Block a user