diff --git a/ActiveRecord.php b/ActiveRecord.php index f52c3a5..5a15646 100644 --- a/ActiveRecord.php +++ b/ActiveRecord.php @@ -430,7 +430,7 @@ abstract class ActiveRecord extends BaseActiveRecord public function init() { parent::init(); - $this->setAttributes($this->defaultValues()); + $this->setAttributes($this->defaultValues(), false); } public function defaultValues()