瀏覽代碼

Fix build url

Guillermo Espinoza 8 年之前
父節點
當前提交
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) {