diff options
Diffstat (limited to 'Auth')
-rw-r--r-- | Auth/OpenID/Consumer.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php index 9b852eb..bb515dd 100644 --- a/Auth/OpenID/Consumer.php +++ b/Auth/OpenID/Consumer.php @@ -977,7 +977,8 @@ class Auth_OpenID_GenericConsumer { { // oidutil.log('Performing discovery on %s' % (to_match.claimed_id,)) list($unused, $services) = call_user_func($this->discoverMethod, - $to_match->claimed_id); + $to_match->claimed_id, + $this->fetcher); if (!$services) { return new Auth_OpenID_FailureResponse(null, sprintf("No OpenID information found at %s", |