Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Also adjust current page count.
  • Loading branch information
dereuromark committed Oct 12, 2016
1 parent e238143 commit bfaa799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/PaginatorHelper.php
Expand Up @@ -916,7 +916,7 @@ protected function _numbers($templater, $params, $options)
$url = array_merge($options['url'], ['page' => $i]);
if ($i == $params['page']) {
$out .= $templater->format('current', [
'text' => $params['page'],
'text' => $this->Number->format($params['page']),
'url' => $this->generateUrl($url, $options['model']),
]);
} else {
Expand Down

0 comments on commit bfaa799

Please sign in to comment.