Completed
Pull Request — master (#7)
by
unknown
08:35 queued 06:49
created
lib/PHPLicengine/Api/Api.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
                             case 'GET':
132 132
                                      curl_setopt($ch, CURLOPT_HTTPGET, true);
133 133
                                      if (!empty($params)) {
134
-                                         $url .= '?' . http_build_query($params);
134
+                                         $url .= '?'.http_build_query($params);
135 135
                                          curl_setopt($ch, CURLOPT_URL, $url);
136 136
                                      }
137 137
                             break;
Please login to merge, or discard this patch.