Skip to content

Commit

Permalink
Merge branch '1.2' of dev@code.cakephp.org:cakephp into 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 3, 2009
2 parents 133299c + d63218c commit 74edb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/view/helpers/paginator.php
Expand Up @@ -433,7 +433,7 @@ function counter($options = array()) {
$options = array_merge(
array(
'model' => $this->defaultModel(),
'format' => 'pages'
'format' => 'pages',
'separator' => __(' of ', true)
),
$options);
Expand Down

0 comments on commit 74edb05

Please sign in to comment.