mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02:00
remove probably wrong assumption on missing ident_id of mailaccount object (as it should not be missing at all)
This commit is contained in:
parent
acb4f11d24
commit
c67ab8744a
@ -1025,7 +1025,7 @@ class mail_compose
|
|||||||
|
|
||||||
// fetch the signature, prepare the select box, ...
|
// fetch the signature, prepare the select box, ...
|
||||||
if (empty($content['mailidentity'])) {
|
if (empty($content['mailidentity'])) {
|
||||||
$content['mailidentity'] = $acc['ident_id']?$acc['ident_id']:$acc['acc_id'];
|
$content['mailidentity'] = $acc['ident_id'];
|
||||||
}
|
}
|
||||||
|
|
||||||
$disableRuler = false;
|
$disableRuler = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user