From d90ce609487f9697618f05ba872a40426e5f347d Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 23 Sep 2009 13:27:49 -0600 Subject: [PATCH] Fix adding phishing status info --- imp/lib/Mime/Viewer/Html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Mime/Viewer/Html.php b/imp/lib/Mime/Viewer/Html.php index 0e1eff891..74696c2de 100644 --- 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') && -- 2.11.0