Commit 8d48636e2e6ef6327a89be340d810ab9a47b1f7b
1 parent
a2cb610b
Commit
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/models/SearchPerformerForm.php
@@ -175,7 +175,7 @@ | @@ -175,7 +175,7 @@ | ||
175 | } | 175 | } |
176 | 176 | ||
177 | // Clear array from empty strings | 177 | // Clear array from empty strings |
178 | - $this->specialization = array_filter($this->specialization, 'strlen'); | 178 | + //$this->specialization = array_filter($this->specialization, 'strlen'); |
179 | 179 | ||
180 | $query->andFilterWhere([ | 180 | $query->andFilterWhere([ |
181 | 'user_info.city' => $this->city, | 181 | 'user_info.city' => $this->city, |