mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
fix typo/coding style
This commit is contained in:
parent
a8e410ee20
commit
d4a0883cb9
1 changed files with 1 additions and 1 deletions
|
@ -1846,7 +1846,7 @@ class Model extends Object implements CakeEventListener {
|
|||
if ($success) {
|
||||
if (!empty($joined)) {
|
||||
$this->_saveMulti($joined, $this->id, $db);
|
||||
} else if ($count === 0) {
|
||||
} elseif ($count === 0) {
|
||||
$success = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue