mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Option 'currentClass' always defaults to 'current'.
This commit is contained in:
parent
1dd0ff1701
commit
0dace174a7
1 changed files with 0 additions and 1 deletions
|
@ -740,7 +740,6 @@ class PaginatorHelper extends AppHelper {
|
|||
|
||||
for ($i = 1; $i <= $params['pageCount']; $i++) {
|
||||
if ($i == $params['page']) {
|
||||
$currentClass = 'current';
|
||||
if ($class) {
|
||||
$currentClass .= ' ' . $class;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue