forked from lix-project/hydra
Doh
This commit is contained in:
parent
9d7c14b342
commit
f1f938512d
|
@ -4,7 +4,7 @@ use strict;
|
|||
use base qw/Catalyst::View/;
|
||||
|
||||
sub file_compression {
|
||||
my ($file) = $@_;
|
||||
my ($file) = @_;
|
||||
|
||||
if /\\.(gz|bz2|xz|lz|zip)/
|
||||
return "none";
|
||||
|
|
Loading…
Reference in a new issue