Browse Source

fix: Fixed http_build_query warning (close #3)

Edgard Messias 6 năm trước cách đây
mục cha
commit
8854cc5312
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      inc/provider.class.php

+ 0 - 2
inc/provider.class.php

@@ -948,8 +948,6 @@ class PluginSinglesignonProvider extends CommonDBTM {
 
       $url .= "/provider/$id";
 
-      http_build_query($url);
-
       if (!empty($query)) {
          $url .= "/q/" . base64_encode(http_build_query($query));
       }