Is this a typo?

--- imp/attachment.php.orig     Tue Jan  2 22:54:53 2007
+++ imp/attachment.php  Fri Dec 14 13:02:37 2007
@@ -128,7 +128,7 @@
 }
 $mime_type = MIME_Magic::analyzeData($file_data, 
isset($conf['mime']['magic_db']) ? $conf['mime']['magic_db'] : null);
 if ($mime_type === false) {
-    $type = MIME_Magic::filenameToMIME($file_name, false);
+    $mime_type = MIME_Magic::filenameToMIME($file_name, false);
 }

 // Send the client the file.
-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]

Reply via email to