From ff28fa3301e2995a4709b6e62e7acf8c82d32839 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 9 Dec 2009 01:59:57 -0700 Subject: [PATCH] Fix parse error --- imp/compose.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imp/compose.php b/imp/compose.php index 2bd717a54..41cc366a0 100644 --- a/imp/compose.php +++ b/imp/compose.php @@ -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 -- 2.11.0