From: Michael M Slusarz Date: Tue, 13 Apr 2010 05:30:02 +0000 (-0600) Subject: Remove undefined variable X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a67bfb181367d4bbbfab4c40497eddb7c0dfbf01;p=horde.git Remove undefined variable --- diff --git a/imp/lib/Mime/Viewer/Plain.php b/imp/lib/Mime/Viewer/Plain.php index 0d93ff968..4413d1808 100644 --- a/imp/lib/Mime/Viewer/Plain.php +++ b/imp/lib/Mime/Viewer/Plain.php @@ -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(),