projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c539a5b
)
Fix message/partial viewing
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 3 Dec 2008 12:12:14 +0000
(
05:12
-0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 3 Dec 2008 18:27:09 +0000
(11:27 -0700)
imp/lib/Mime/Viewer/partial.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mime/Viewer/partial.php
b/imp/lib/Mime/Viewer/partial.php
index
d2e0cce
..
f26ee19
100644
(file)
--- a/
imp/lib/Mime/Viewer/partial.php
+++ b/
imp/lib/Mime/Viewer/partial.php
@@
-79,6
+79,6
@@
class IMP_Horde_Mime_Viewer_partial extends Horde_Mime_Viewer_Driver
$mime_part = Horde_Mime_Part::parseMessage(implode('', $parts));
return ($mime_part === false)
? null
- : array($
id
=> $mime_part);
+ : array($
this->_mimepart->getMimeId()
=> $mime_part);
}
}