mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-13 04:38:03 +08:00
fixed test break and wrong parameter
This commit is contained in:
@@ -667,7 +667,7 @@ abstract class BaseActiveRecord extends Model implements ActiveRecordInterface
|
||||
}
|
||||
}
|
||||
|
||||
$values = $this->getDirtyAttributes($attributes);
|
||||
$values = $this->getDirtyAttributes($attrs);
|
||||
if (empty($values)) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user