Skip to content

Commit

Permalink
less arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritloose committed Nov 22, 2010
1 parent 8cff074 commit 4e8a2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Sledge/Request/PSGI/Upload.pm
Expand Up @@ -19,7 +19,7 @@ sub _new_list {
my @names = $class->_param_names($req);
return wantarray
? map $class->_new_from_name($req, $_), @names
: $class->_new_from_name($names[0]);
: $class->_new_from_name($req, $names[0]);
}

sub _new_from_name {
Expand Down

0 comments on commit 4e8a2da

Please sign in to comment.