projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b6ee65
)
Fix key name.
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 12 Nov 2008 06:14:35 +0000
(23:14 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 12 Nov 2008 06:14:35 +0000
(23:14 -0700)
imp/view.php
patch
|
blob
|
history
diff --git
a/imp/view.php
b/imp/view.php
index
3358cd7
..
7dfe14a
100644
(file)
--- a/
imp/view.php
+++ b/
imp/view.php
@@
-109,7
+109,7
@@
case 'download_render':
case 'download_render':
$render = $contents->renderMIMEPart($id, 'full', array('type' => $ctype));
- $body = $render['
body
'];
+ $body = $render['
data
'];
$type = $render['type'];
$name = $render['name'];
break;