Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
derekisbusy committed Apr 1, 2017
1 parent 01c5b48 commit eb6cb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/ContactSearch.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function search($params)
->andFilterWhere(['like', 'body', $this->body])
->andFilterWhere(['like', 'url', $this->url])
->andFilterWhere(['like', 'referrer', $this->referrer])
->andFilterWhere(['like', Module::getUserTableName().'.'.Module::getUsernameColumn(), $this->assignedTo])
->andFilterWhere(['like', Module::getUserTableName().'.'.Module::getUsernameColumnName(), $this->assignedTo])
->andFilterWhere(['like', ContactReason::tableName().'.reason', $this->reason]);

return $dataProvider;
Expand Down

0 comments on commit eb6cb0c

Please sign in to comment.