]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - extlib/Auth/Yadis/HTTPFetcher.php
Ticket #2273: Fix bookmarklet with URls with special characters
[quix0rs-gnu-social.git] / extlib / Auth / Yadis / HTTPFetcher.php
index a1825403d67b9684b577035dd29f5e960df63a06..963b9a49a48f50495e561be4863957b61aa377a3 100644 (file)
@@ -138,7 +138,7 @@ class Auth_Yadis_HTTPFetcher {
      * pass the URLHasAllowedScheme check or if the server's response
      * is malformed.
      */
-    function get($url, $headers)
+    function get($url, $headers = null)
     {
         trigger_error("not implemented", E_USER_ERROR);
     }