Fix parse typo
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 10 Jun 2009 16:54:42 +0000 (10:54 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 10 Jun 2009 17:18:45 +0000 (11:18 -0600)
imp/lib/Mime/Viewer/Pgp.php

index 0656ce4..4258e2d 100644 (file)
@@ -363,7 +363,7 @@ class IMP_Horde_Mime_Viewer_Pgp extends Horde_Mime_Viewer_Driver
             $ret[$base_id]['status'][] = array(
                 'icon' => $icon,
                 'text' => array(
-                    Horde_Text_Filter::filter($sig_text, 'text2html', array('parselevel' => Horde_Text_Filter::Text2html::NOHTML))
+                    Horde_Text_Filter::filter($sig_text, 'text2html', array('parselevel' => Horde_Text_Filter_Text2html::NOHTML))
                 )
             );
         } else {