Skip to content

Commit

Permalink
Merge pull request #1943 from metacpan/mickey/controller_recent_fix_key
Browse files Browse the repository at this point in the history
Read correct key from output
  • Loading branch information
mickeyn committed Jul 5, 2017
2 parents b2f653c + 7eef0a0 commit a6a9571
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 a6a9571

Please sign in to comment.