mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merge pull request #2252 from bcrowe/hotfix-retrieve
Correct spelling of retrieve
This commit is contained in:
commit
2d50837e85
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ class PaginatorHelper extends AppHelper {
|
|||
/**
|
||||
* Convenience access to any of the paginator params.
|
||||
*
|
||||
* @param string $key Key of the paginator params array to retreive.
|
||||
* @param string $key Key of the paginator params array to retrieve.
|
||||
* @param string $model Optional model name. Uses the default if none is specified.
|
||||
* @return mixed Content of the requested param.
|
||||
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/paginator.html#PaginatorHelper::params
|
||||
|
|
Loading…
Reference in a new issue