Commit a70808f8 by Carsten Brandt

fixed typo

parent 01d03235
...@@ -167,7 +167,7 @@ $search = 'yii'; ...@@ -167,7 +167,7 @@ $search = 'yii';
$query->where(['status' => $status]); $query->where(['status' => $status]);
if (!empty($search)) { if (!empty($search)) {
$query->addWhere(['like', 'title', $search]); $query->andWhere(['like', 'title', $search]);
} }
``` ```
......
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