Guillermo Espinoza 8 éve
szülő
commit
9f6a6ee18d
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Services/Webservice.php

+ 1 - 1
Services/Webservice.php

@@ -196,7 +196,7 @@ class Webservice
         }
 
         if ($order_by) {
-            $url .= http_build_query(array('order_by' => $order_by));
+            $url .= '&' . http_build_query(array('order_by' => $order_by));
         }
 
         if ($limit) {