Fix parse error
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 9 Dec 2009 08:59:57 +0000 (01:59 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 9 Dec 2009 08:59:57 +0000 (01:59 -0700)
imp/compose.php

index 2bd717a..41cc366 100644 (file)
@@ -625,11 +625,11 @@ if ($isPopup) {
      * and delete the attachments. */
     if ($imp_compose->numberOfAttachments()) {
         $cancel_url = new Horde_Url(Horde::selfUrl(), true);
-        $cancel_url->add(
+        $cancel_url->add(array(
             'actionID' => 'cancel_compose',
             'composeCache' => $composeCacheID,
             'popup' => 1
-        );
+        ));
     }
 } else {
     /* If the attachments cache is not empty, we must reload this page and