From: Michael M Slusarz Date: Mon, 10 Nov 2008 18:55:10 +0000 (-0700) Subject: Fix some typos; MIME->Mime conversions X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1e24f578e6f552e17df63142285159362fd47bf0;p=horde.git Fix some typos; MIME->Mime conversions --- diff --git a/framework/Mime/lib/Horde/Mime/Part.php b/framework/Mime/lib/Horde/Mime/Part.php index be72bb2b1..c5ce002ba 100644 --- a/framework/Mime/lib/Horde/Mime/Part.php +++ b/framework/Mime/lib/Horde/Mime/Part.php @@ -1,7 +1,7 @@ _mimepart) || !$this->canDisplayInline()) - ? array('data' => '', 'status' => array()), + ? array('data' => '', 'status' => array()) : $this->_renderInline(); } @@ -132,7 +132,7 @@ class Horde_MIME_Viewer_Driver public function renderInfo() { return (is_null($this->_mimepart) || !$this->canDisplayInfo()) - ? array('data' => '', 'status' => array()), + ? array('data' => '', 'status' => array()) : $this->_renderInfo(); }