Browse Source

Code style fix

tags/2.0.0-beta
Alexander Kochetov 12 years ago
parent
commit
ddf67f0833
  1. 2
      framework/db/ActiveRelation.php

2
framework/db/ActiveRelation.php

@ -266,7 +266,7 @@ class ActiveRelation extends ActiveQuery
{
$attributes = array_keys($this->link);
$values = array();
if (count($attributes) ===1) {
if (count($attributes) === 1) {
// single key
$attribute = reset($this->link);
foreach ($models as $model) {

Loading…
Cancel
Save