Commit 51eabf52 by Carsten Brandt

typo

parent 96f1c4c1
......@@ -403,7 +403,7 @@ class Generator extends \yii\gii\Generator
$conditions[] = "\$query->andFilterWhere(['{$column}' => \$this->{$column}]);";
break;
default:
$conditions[] = "\$this->andFilterWhere(['like', '{$column}', \$this->{$column}]);";
$conditions[] = "\$query->andFilterWhere(['like', '{$column}', \$this->{$column}]);";
break;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment