Fix regression where compose editor mode was set incorrectly

pull/287/head
Aleksander Machniak 11 years ago
parent 3db9db1058
commit 8bed5e0151

@ -697,7 +697,7 @@ function rcmail_compose_header_value($header)
function rcmail_compose_editor_mode()
{
global $RCMAIL;
global $RCMAIL, $COMPOSE;
static $useHtml;
if ($useHtml !== null) {

Loading…
Cancel
Save