mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
fix failing test
This commit is contained in:
parent
88240b2874
commit
d3f9cc10b5
1 changed files with 2 additions and 1 deletions
|
@ -140,10 +140,11 @@ class ControllerPaginateModel extends CakeTestModel {
|
||||||
/**
|
/**
|
||||||
* paginate method
|
* paginate method
|
||||||
*
|
*
|
||||||
* @return void
|
* @return boolean
|
||||||
*/
|
*/
|
||||||
public function paginate($conditions, $fields, $order, $limit, $page, $recursive, $extra) {
|
public function paginate($conditions, $fields, $order, $limit, $page, $recursive, $extra) {
|
||||||
$this->extra = $extra;
|
$this->extra = $extra;
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue