projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0400ce
)
Fix constant name.
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 10 Feb 2010 08:12:02 +0000
(
01:12
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 10 Feb 2010 08:12:02 +0000
(
01:12
-0700)
imp/lib/Contents.php
patch
|
blob
|
history
diff --git
a/imp/lib/Contents.php
b/imp/lib/Contents.php
index
2752f69
..
f921f12
100644
(file)
--- a/
imp/lib/Contents.php
+++ b/
imp/lib/Contents.php
@@
-467,7
+467,7
@@
class IMP_Contents
if (empty($ret)) {
return ($mode == self::RENDER_INLINE_AUTO)
- ? $this->renderMIMEPart($mime_id, self::RENDER_IN
LINE_IN
FO, $options)
+ ? $this->renderMIMEPart($mime_id, self::RENDER_INFO, $options)
: array();
}