From: Michael M Slusarz Date: Wed, 10 Feb 2010 08:12:02 +0000 (-0700) Subject: Fix constant name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=07ec4abcb1d5484175628c5101436e0d90362856;p=horde.git Fix constant name. --- 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(); }