From f6e84cac907c90a109afe8e42d8710e112d760c3 Mon Sep 17 00:00:00 2001 From: stes Date: Thu, 31 Aug 2017 15:00:47 +0300 Subject: [PATCH] search in blog, comments --- models/CommentModelSearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/CommentModelSearch.php b/models/CommentModelSearch.php index 2eec575..9c55641 100755 --- a/models/CommentModelSearch.php +++ b/models/CommentModelSearch.php @@ -208,7 +208,7 @@ [ 'artbox_comment.customer_id' => (int) $this->customer_id ], [ 'like', - 'user.username', + 'customer.username', $this->customer_id, ], [ -- libgit2 0.21.4