Selaa lähdekoodia

fix: Fixed http_build_query warning (close #3)

Edgard Messias 5 vuotta sitten
vanhempi
commit
8854cc5312
1 muutettua tiedostoa jossa 0 lisäystä ja 2 poistoa
  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));
       }