Skip to content

Commit

Permalink
Use integers for integery things.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 30, 2013
1 parent ec360c8 commit cd9d04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cake/View/Helper/PaginatorHelper.php
Expand Up @@ -660,7 +660,7 @@ public function numbers($options = array()) {

$defaults = array(
'before' => null, 'after' => null, 'model' => $this->defaultModel(),
'modulus' => '8', 'first' => null, 'last' => null,
'modulus' => 8, 'first' => null, 'last' => null,
);
$options += $defaults;

Expand Down

0 comments on commit cd9d04b

Please sign in to comment.