diff --git a/src/View/Helper/PaginatorHelper.php b/src/View/Helper/PaginatorHelper.php index a53607aa828..c866cc38623 100644 --- a/src/View/Helper/PaginatorHelper.php +++ b/src/View/Helper/PaginatorHelper.php @@ -1189,7 +1189,7 @@ public function limitControl(array $limits = [], $default = null, array $options } if (empty($limits)) { - $limits += array('0'=>__('All'), '20' => '20', '50' => '50', '100' => '100'); + $limits += array('0' => __('All'), '20' => '20', '50' => '50', '100' => '100'); } if (!in_array($default, $limits)) {