dever il y a 3 ans
Parent
commit
9a39164310
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/shop/lib/Info.php

+ 1 - 1
app/shop/lib/Info.php

@@ -41,7 +41,7 @@ class Info
             if ($type == 1) {
                 $data = $this->fetch(false, $city, $lng, $lat, 10, $name, $method);
             } else {
-                $data = $this->fetch(false, false, $lng, $lat, 10, $name, $method);
+                $data = $this->fetch(false, false, $lng, $lat, 1, $name, $method);
             }
         }