mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Removed the unused var.
This commit is contained in:
parent
9baeaf8338
commit
728d9b2a26
1 changed files with 1 additions and 1 deletions
|
@ -515,7 +515,7 @@ class DboSource extends DataSource {
|
|||
* @return integer Number of rows in resultset
|
||||
*/
|
||||
function lastNumRows() {
|
||||
return $this->lastAffected($source);
|
||||
return $this->lastAffected();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue