modify plugin name
This commit is contained in:
+1
-1
@@ -621,7 +621,7 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, T
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
[$change, $condition, $fields] = $this->separation();
|
[$change, $condition, $fields] = $this->separation();
|
||||||
if (!empty($this->_oldAttributes)) {
|
if (!$this->getIsNowExample()) {
|
||||||
return $this->updateInternal($fields, $condition, $change);
|
return $this->updateInternal($fields, $condition, $change);
|
||||||
} else {
|
} else {
|
||||||
return $this->insert($change, $fields);
|
return $this->insert($change, $fields);
|
||||||
|
|||||||
Reference in New Issue
Block a user