projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5881f37
)
Fix parse error
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 9 Dec 2009 08:59:57 +0000
(
01:59
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 9 Dec 2009 08:59:57 +0000
(
01:59
-0700)
imp/compose.php
patch
|
blob
|
history
diff --git
a/imp/compose.php
b/imp/compose.php
index
2bd717a
..
41cc366
100644
(file)
--- 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