Skip to content

Commit

Permalink
Merge branch 'master' into mickey/use_author_by_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jul 5, 2017
2 parents 3ad9cc6 + a6a9571 commit 5604c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Web/Controller/Recent.pm
Expand Up @@ -21,7 +21,7 @@ sub index : Path : Args(0) {
{
recent => $data->{releases},
took => $data->{took},
total => $data->{hits}->{total},
total => $data->{total},
template => 'recent.html',
page_size => $page_size,
}
Expand Down

0 comments on commit 5604c70

Please sign in to comment.