Showing
1 changed file
with
1 additions
and
0 deletions
@@ -51,6 +51,7 @@ class SearchController extends AbstractAction | @@ -51,6 +51,7 @@ class SearchController extends AbstractAction | ||
51 | 'price' => FILTER_DEFAULT, | 51 | 'price' => FILTER_DEFAULT, |
52 | 'discount' => FILTER_DEFAULT, | 52 | 'discount' => FILTER_DEFAULT, |
53 | 'gender' => FILTER_DEFAULT, | 53 | 'gender' => FILTER_DEFAULT, |
54 | + 'outlets' => FILTER_DEFAULT, | ||
54 | 'p_d' => FILTER_DEFAULT,), false); | 55 | 'p_d' => FILTER_DEFAULT,), false); |
55 | if (isset($condition['shop_id'])) { | 56 | if (isset($condition['shop_id'])) { |
56 | $condition['shopId'] = $condition['shop_id']; | 57 | $condition['shopId'] = $condition['shop_id']; |
-
Please register or login to post a comment