From 8d48636e2e6ef6327a89be340d810ab9a47b1f7b Mon Sep 17 00:00:00 2001 From: yarik Date: Wed, 29 Jun 2016 17:12:20 +0300 Subject: [PATCH] Commit --- frontend/models/SearchPerformerForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/models/SearchPerformerForm.php b/frontend/models/SearchPerformerForm.php index 5077873..7b4cf55 100755 --- a/frontend/models/SearchPerformerForm.php +++ b/frontend/models/SearchPerformerForm.php @@ -175,7 +175,7 @@ } // Clear array from empty strings - $this->specialization = array_filter($this->specialization, 'strlen'); + //$this->specialization = array_filter($this->specialization, 'strlen'); $query->andFilterWhere([ 'user_info.city' => $this->city, -- libgit2 0.21.4