From 08b1a863366e3953b719b2f9e032c9417edb1f7d Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 24 Apr 2009 08:59:06 -0600 Subject: [PATCH] Fix typo --- imp/lib/Views/Compose.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Views/Compose.php b/imp/lib/Views/Compose.php index 4b4a3f432..e33cb2dae 100644 --- a/imp/lib/Views/Compose.php +++ b/imp/lib/Views/Compose.php @@ -87,7 +87,7 @@ class IMP_Views_Compose ); if (!empty($args['qreply'])) { - $result['js'] = 'DIMP.conf_compose.qreply = 1'; + $result['js'][] = 'DIMP.conf_compose.qreply = 1'; } $compose_html = $rte = false; -- 2.11.0