profile search fix
This commit is contained in:
parent
c3f2f76f5c
commit
31c35676f3
@ -70,7 +70,6 @@ class ProfileSearchForm extends Model
|
||||
{
|
||||
$model = UserCard::find();
|
||||
|
||||
|
||||
if ($this->skills) {
|
||||
$model->joinWith(['skillValues']);
|
||||
$this->skills = explode(',', $this->skills);
|
||||
|
Loading…
Reference in New Issue
Block a user