From 07ec4abcb1d5484175628c5101436e0d90362856 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 10 Feb 2010 01:12:02 -0700 Subject: [PATCH] Fix constant name. --- imp/lib/Contents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Contents.php b/imp/lib/Contents.php index 2752f69a4..f921f1290 100644 --- 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_INLINE_INFO, $options) + ? $this->renderMIMEPart($mime_id, self::RENDER_INFO, $options) : array(); } -- 2.11.0