From: Michael M Slusarz Date: Fri, 24 Apr 2009 14:59:06 +0000 (-0600) Subject: Fix typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=08b1a863366e3953b719b2f9e032c9417edb1f7d;p=horde.git Fix typo --- 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;