aboutsummaryrefslogtreecommitdiff
path: root/vendors/php-openid/Auth/OpenID/TrustRoot.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendors/php-openid/Auth/OpenID/TrustRoot.php')
-rw-r--r--vendors/php-openid/Auth/OpenID/TrustRoot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendors/php-openid/Auth/OpenID/TrustRoot.php b/vendors/php-openid/Auth/OpenID/TrustRoot.php
index 000440b58..0f53958ed 100644
--- a/vendors/php-openid/Auth/OpenID/TrustRoot.php
+++ b/vendors/php-openid/Auth/OpenID/TrustRoot.php
@@ -413,7 +413,7 @@ function Auth_OpenID_getAllowedReturnURLs($relying_party_url, $fetcher,
}
call_user_func_array($discover_function,
- array($relying_party_url, &$fetcher));
+ array($relying_party_url, $fetcher));
$return_to_urls = array();
$matching_endpoints = Auth_OpenID_extractReturnURL($endpoints);