Explorar o código

Fix build url

Guillermo Espinoza %!s(int64=8) %!d(string=hai) anos
pai
achega
9f6a6ee18d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {