diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Iurt/File.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/File.pm b/lib/Iurt/File.pm index ba5f718..91feb49 100644 --- a/lib/Iurt/File.pm +++ b/lib/Iurt/File.pm @@ -18,7 +18,7 @@ Return true. =cut sub check_upload_tree { - my ($_run, $todo, $func, $post) = @_; + my ($todo, $func, $post) = @_; # Squash double slashes for cosmetics $todo =~ s!/+!/!g; |