From 065707ce13bfdf2ad6ac2a6ff7951940e34484c7 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sat, 2 Oct 2010 00:20:48 -0600 Subject: [PATCH] Fix typo --- imp/message-dimp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/message-dimp.php b/imp/message-dimp.php index 6afe93c5f..7f11c2cd7 100644 --- a/imp/message-dimp.php +++ b/imp/message-dimp.php @@ -183,7 +183,7 @@ if (isset($show_msg_result['atc_label'])) { $t->set('msgtext', $show_msg_result['msgtext']); if (!$disable_compose) { - $t->set('html', $compose_result['html']) { + $t->set('html', $compose_result['html']); $t->set('reply_list', $show_msg_result['list_info']['exists']); $t->set('forward_select', !$prefs->isLocked('forward_default')); } -- 2.11.0