Skip to content

Commit

Permalink
Merge pull request #1128 from metacpan/mickey/bugfix_gh1126
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Aug 31, 2023
2 parents d87b275 + 7ae4129 commit 88260ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Server/Controller/Release.pm
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ sub latest_by_author : Path('latest_by_author') : Args(1) {

sub all_by_author : Path('all_by_author') : Args(1) {
my ( $self, $c, $pauseid ) = @_;
my @params = @{ $c->req->params }{qw( page page_size )};
my @params = @{ $c->req->params }{qw( page_size page )};
$c->stash_or_detach(
$self->model($c)->all_by_author( $pauseid, @params ) );
}
Expand Down

0 comments on commit 88260ad

Please sign in to comment.