fixed test break and wrong parameter

This commit is contained in:
Carsten Brandt
2014-06-25 00:48:29 +02:00
parent 0899b8d474
commit b0fb04efd4
2 changed files with 4 additions and 4 deletions

View File

@@ -667,7 +667,7 @@ abstract class BaseActiveRecord extends Model implements ActiveRecordInterface
}
}
$values = $this->getDirtyAttributes($attributes);
$values = $this->getDirtyAttributes($attrs);
if (empty($values)) {
return 0;
}