Need to build message data here.
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 20 Nov 2008 21:18:45 +0000 (14:18 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 20 Nov 2008 21:18:45 +0000 (14:18 -0700)
imp/lib/Contents.php

index 0fc1fa4..8e9ade4 100644 (file)
@@ -265,9 +265,9 @@ class IMP_Contents
      */
     public function &getMIMEPart($id, $options = array())
     {
-        $part = $this->_message->getPart($id);
+        $this->_buildMessage();
 
-        // TODO: Do _buildMessage() here?
+        $part = $this->_message->getPart($id);
 
         if (!is_null($part) &&
             empty($options['nocontents']) &&