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:
nate 2008-01-08 10:21:25 +00:00
parent b7abaf019c
commit acd9cd5b8a

View file

@ -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