summaryrefslogtreecommitdiffstats
path: root/Auth/Yadis/HTTPFetcher.php
diff options
context:
space:
mode:
Diffstat (limited to 'Auth/Yadis/HTTPFetcher.php')
-rw-r--r--Auth/Yadis/HTTPFetcher.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/Yadis/HTTPFetcher.php b/Auth/Yadis/HTTPFetcher.php
index a182540..963b9a4 100644
--- a/Auth/Yadis/HTTPFetcher.php
+++ b/Auth/Yadis/HTTPFetcher.php
@@ -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);
}