projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
334faf9
)
Fix 'Save as' action
author
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 19 May 2009 18:42:02 +0000
(12:42 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Tue, 19 May 2009 18:45:24 +0000
(12:45 -0600)
imp/view.php
patch
|
blob
|
history
diff --git
a/imp/view.php
b/imp/view.php
index
27f8bea
..
38e3874
100644
(file)
--- a/
imp/view.php
+++ b/
imp/view.php
@@
-65,6
+65,10
@@
if ($actionID == 'compose_attach_preview') {
$id = $mime->getMimeId();
} else {
$uid = Util::getFormData('uid');
+ if (!$uid) {
+ // TODO: Remove usage of 'index'
+ $uid = Util::getFormData('index');
+ }
$mailbox = Util::getFormData('mailbox');
if (!$uid || !$mailbox) {
exit;