Fix adding phishing status info
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 23 Sep 2009 19:27:49 +0000 (13:27 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 25 Sep 2009 16:19:07 +0000 (10:19 -0600)
imp/lib/Mime/Viewer/Html.php

index 0e1eff8..74696c2 100644 (file)
@@ -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') &&