projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21d7218
)
Fix undefined index error.
author
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 11 Sep 2010 05:47:38 +0000
(23:47 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 11 Sep 2010 17:05:52 +0000
(11:05 -0600)
imp/lib/Mime/Viewer/Html.php
patch
|
blob
|
history
diff --git
a/imp/lib/Mime/Viewer/Html.php
b/imp/lib/Mime/Viewer/Html.php
index
4b2296a
..
e6f3273
100644
(file)
--- a/
imp/lib/Mime/Viewer/Html.php
+++ b/
imp/lib/Mime/Viewer/Html.php
@@
-328,7
+328,6
@@
class IMP_Mime_Viewer_Html extends Horde_Mime_Viewer_Html
/* Multipart/related. */
if (($tag == 'img') &&
- $this->_imptmp['cid'] &&
isset($this->_imptmp['cid'][$val])) {
$val = $this->getConfigParam('imp_contents')->urlView(null, 'view_attach', array('params' => array(
'id' => $this->_imptmp['cid'][$val],