mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-06 05:59:15 +01: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
8752f10877
commit
6691bdf7db
@ -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…
Reference in New Issue
Block a user