From 47cdcfdf7e22ea8617d530057ee37c1febaf99c7 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 4 Feb 2010 16:12:47 -0700 Subject: [PATCH] Need md5.js for quickreply. --- imp/message-dimp.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/imp/message-dimp.php b/imp/message-dimp.php index 131f34a95..d398499e4 100644 --- a/imp/message-dimp.php +++ b/imp/message-dimp.php @@ -42,7 +42,8 @@ if (isset($show_msg_result['error'])) { $scripts = array( array('ContextSensitive.js', 'horde'), array('fullmessage-dimp.js', 'imp'), - array('imp.js', 'imp') + array('imp.js', 'imp'), + array('md5.js', 'horde') ); $js_onload = $js_out = array(); -- 2.11.0