diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-07-09 09:38:12 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-07-09 09:39:33 +0200 |
commit | fc5ce4758d58fc3f720e38f32d63b5336d40293d (patch) | |
tree | 0c2c1bc5a780f8f69b2b0181d828d757b005c1ac /program/steps/mail | |
parent | 39d14ee22b128967ac0223a71099b7ce87b1e81e (diff) |
Fix identity selection when opening extwindow from compose window
Diffstat (limited to 'program/steps/mail')
-rw-r--r-- | program/steps/mail/compose.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index 09b53e990..2c2f7557a 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -508,7 +508,7 @@ function rcmail_compose_header_from($attrib) } } - $out = $select_from->show($MESSAGE->compose['from']); + $out = $select_from->show((int)$MESSAGE->compose['from']); // add signatures to client $OUTPUT->set_env('signatures', $a_signatures); |