mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-07 03:52:41 +00:00
Fixing return value in Model::saveAll(), fixes #3852
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6337 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
b7abaf019c
commit
acd9cd5b8a
1 changed files with 1 additions and 0 deletions
|
@ -1406,6 +1406,7 @@ class Model extends Overloadable {
|
|||
if ($options['atomic']) {
|
||||
$db->commit($this);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
/**
|
||||
* Allows model records to be updated based on a set of conditions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue