mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
reverting paginator helper back to parent::url. Closes #4887
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7171 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
04343b8bc0
commit
273dff46f1
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ class PaginatorHelper extends AppHelper {
|
|||
if ($asArray) {
|
||||
return $url;
|
||||
}
|
||||
return $this->url($url);
|
||||
return parent::url($url);
|
||||
}
|
||||
/**
|
||||
* Protected method for generating prev/next links
|
||||
|
|
Loading…
Reference in a new issue