Showing
1 changed file
with
1 additions
and
1 deletions
@@ -60,7 +60,7 @@ class SearchController extends WebAction | @@ -60,7 +60,7 @@ class SearchController extends WebAction | ||
60 | if (!$price[0]) { | 60 | if (!$price[0]) { |
61 | $price[0] = 0; | 61 | $price[0] = 0; |
62 | } | 62 | } |
63 | - if ($price[1]) { | 63 | + if (!$price[1]) { |
64 | $price[1] = 99999; | 64 | $price[1] = 99999; |
65 | } | 65 | } |
66 | $condition['price'] = implode(',', $price); | 66 | $condition['price'] = implode(',', $price); |
-
Please register or login to post a comment