projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94553bd
)
Fix adding phishing status info
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 23 Sep 2009 19:27:49 +0000
(13:27 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Fri, 25 Sep 2009 16:19:07 +0000
(10:19 -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
0e1eff8
..
74696c2
100644
(file)
--- a/
imp/lib/Mime/Viewer/Html.php
+++ b/
imp/lib/Mime/Viewer/Html.php
@@
-113,7
+113,7
@@
class IMP_Horde_Mime_Viewer_Html extends Horde_Mime_Viewer_Html
/* Check for phishing exploits. */
$contents = $this->_mimepart->getContents();
$this->_phishingCheck($contents, true);
- $status =
$this->_phishingStatus(
);
+ $status =
array($this->_phishingStatus()
);
/* Only display images if specifically allowed by user. */
if ($GLOBALS['prefs']->getValue('html_image_replacement') &&