Revision: 63
Author: matt
Date: 2006-08-09 02:38:11 +0000 (Wed, 09 Aug 2006)
Log Message:
-----------
Typo fix
Modified Paths:
--------------
trunk/plugins/magic_mime_map
Modified: trunk/plugins/magic_mime_map
===================================================================
--- trunk/plugins/magic_mime_map 2006-08-09 02:37:33 UTC (rev 62)
+++ trunk/plugins/magic_mime_map 2006-08-09 02:38:11 UTC (rev 63)
@@ -23,7 +23,7 @@
sub hook_mime_map {
my ($self, $hd, $filename) = @_;
- my $ct = $mm->checktype_filename($file) || return DECLINED;
+ my $ct = $mm->checktype_filename($filename) || return DECLINED;
$hd->mime_type($ct);
# we return DECLINED here, even though we have definitively set the MIME