From: Michael M Slusarz Date: Sat, 2 Oct 2010 06:20:48 +0000 (-0600) Subject: Fix typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=065707ce13bfdf2ad6ac2a6ff7951940e34484c7;p=horde.git Fix typo --- 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')); }