Commit f6e84cac907c90a109afe8e42d8710e112d760c3

Authored by Anastasia
1 parent 2cbab915

search in blog, comments

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
models/CommentModelSearch.php
... ... @@ -208,7 +208,7 @@
208 208 [ 'artbox_comment.customer_id' => (int) $this->customer_id ],
209 209 [
210 210 'like',
211   - 'user.username',
  211 + 'customer.username',
212 212 $this->customer_id,
213 213 ],
214 214 [
... ...