projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b43e6b
)
Need to build message data here.
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 20 Nov 2008 21:18:45 +0000
(14:18 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 20 Nov 2008 21:18:45 +0000
(14:18 -0700)
imp/lib/Contents.php
patch
|
blob
|
history
diff --git
a/imp/lib/Contents.php
b/imp/lib/Contents.php
index
0fc1fa4
..
8e9ade4
100644
(file)
--- a/
imp/lib/Contents.php
+++ b/
imp/lib/Contents.php
@@
-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']) &&