diff --git a/ansel/lib/View/Upload.php b/ansel/lib/View/Upload.php index 8a67a3e9385..4244bf50f3b 100644 --- a/ansel/lib/View/Upload.php +++ b/ansel/lib/View/Upload.php @@ -365,7 +365,7 @@ protected function _handleFileUpload() exit; } - // // Don't know type. Try to deduce it. + // Don't know type. Try to deduce it. if (!($type = Horde_Mime_Magic::analyzeFile($temp, isset($GLOBALS['conf']['mime']['magic_db']) ? $GLOBALS['conf']['mime']['magic_db'] : null))) { $type = Horde_Mime_Magic::filenameToMime($filename); }