Commit 048403a625dc22883abba5e905442b9b7d39a9da

Authored by Anastasia
1 parent 68ddd42a

search in blog, comments

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
models/ArticleSearch.php
@@ -115,7 +115,7 @@ @@ -115,7 +115,7 @@
115 $query->andFilterWhere( 115 $query->andFilterWhere(
116 [ 116 [
117 'blog_article.id' => $this->id, 117 'blog_article.id' => $this->id,
118 - 'status' => $this->status, 118 + 'blog_article.status' => $this->status,
119 'author_id' => $this->author_id, 119 'author_id' => $this->author_id,
120 ] 120 ]
121 ); 121 );