fixed a bug thanks to Michael Henry
This commit is contained in:
parent
a6827a6e45
commit
33a342259c
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ sub getType {
|
|||
my ($extension);
|
||||
$extension = $_[0];
|
||||
$extension =~ s/.*\.(.*?)$/$1/;
|
||||
return $extension;
|
||||
return lc($extension);
|
||||
}
|
||||
|
||||
#-----------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue