ソースを参照

Fix build url

Guillermo Espinoza 7 年 前
コミット
9f6a6ee18d
1 ファイル変更1 行追加1 行削除
  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) {