diff --git a/frontend/modules/api/models/ProfileSearchForm.php b/frontend/modules/api/models/ProfileSearchForm.php index 6aa1711..e9d0f09 100755 --- a/frontend/modules/api/models/ProfileSearchForm.php +++ b/frontend/modules/api/models/ProfileSearchForm.php @@ -70,7 +70,6 @@ class ProfileSearchForm extends Model { $model = UserCard::find(); - if ($this->skills) { $model->joinWith(['skillValues']); $this->skills = explode(',', $this->skills);