From: Michael M Slusarz Date: Wed, 9 Dec 2009 08:59:57 +0000 (-0700) Subject: Fix parse error X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ff28fa3301e2995a4709b6e62e7acf8c82d32839;p=horde.git Fix parse error --- 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