From 72c3e7ccdbb316c2a13c38183655d56b0548af59 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sun, 11 Dec 2011 13:47:35 -0500 Subject: added commit from php-openid fork for better PHP 5.3 support: https://github.com/kost/php-openid/commit/423d95ce64539891f492967c53e8e4effd5dd299 --- vendors/php-openid/Auth/OpenID/TrustRoot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendors/php-openid/Auth/OpenID/TrustRoot.php') 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); -- cgit v1.2.3