Parcourir la source

Fix build url

Guillermo Espinoza il y a 8 ans
Parent
commit
9f6a6ee18d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {