Fix typo
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 24 Apr 2009 14:59:06 +0000 (08:59 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 24 Apr 2009 15:22:00 +0000 (09:22 -0600)
imp/lib/Views/Compose.php

index 4b4a3f4..e33cb2d 100644 (file)
@@ -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;