Remove undefined variable
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 13 Apr 2010 05:30:02 +0000 (23:30 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 13 Apr 2010 05:30:15 +0000 (23:30 -0600)
imp/lib/Mime/Viewer/Plain.php

index 0d93ff9..4413d18 100644 (file)
@@ -349,7 +349,7 @@ class IMP_Horde_Mime_Viewer_Plain extends Horde_Mime_Viewer_Plain
             'text2html' => array(
                 'charset' => Horde_Nls::getCharset(),
                 // See Ticket #8836
-                'noprefetch' => ($inline && $GLOBALS['browser']->isBrowser('mozilla') && !$GLOBALS['browser']->usingSSLConnection()),
+                'noprefetch' => ($GLOBALS['browser']->isBrowser('mozilla') && !$GLOBALS['browser']->usingSSLConnection()),
                 'parselevel' => Horde_Text_Filter_Text2html::MICRO
             ),
             'tabs2spaces' => array(),