eee
This commit is contained in:
+1
-1
@@ -500,7 +500,7 @@ abstract class Model extends Component implements ModelInterface, ArrayAccess, \
|
|||||||
$condition[$key] = $attribute;
|
$condition[$key] = $attribute;
|
||||||
unset($params[$key]);
|
unset($params[$key]);
|
||||||
} else {
|
} else {
|
||||||
$oldPrams[$key] = $this->_oldAttributes[$attribute];
|
$oldPrams[$key] = $this->_oldAttributes[$key];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return [$oldPrams, $condition, $params];
|
return [$oldPrams, $condition, $params];
|
||||||
|
|||||||
Reference in New Issue
Block a user