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/Consumer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vendors/php-openid/Auth/OpenID/Consumer.php') diff --git a/vendors/php-openid/Auth/OpenID/Consumer.php b/vendors/php-openid/Auth/OpenID/Consumer.php index bffed4d62..e480b86f2 100644 --- a/vendors/php-openid/Auth/OpenID/Consumer.php +++ b/vendors/php-openid/Auth/OpenID/Consumer.php @@ -666,7 +666,7 @@ class Auth_OpenID_GenericConsumer { '_completeInvalid'); return call_user_func_array(array($this, $method), - array($message, &$endpoint, $return_to)); + array($message, $endpoint, $return_to)); } /** @@ -1185,7 +1185,7 @@ class Auth_OpenID_GenericConsumer { // oidutil.log('Performing discovery on %s' % (claimed_id,)) list($unused, $services) = call_user_func($this->discoverMethod, $claimed_id, - &$this->fetcher); + $this->fetcher); if (!$services) { return new Auth_OpenID_FailureResponse(null, -- cgit v1.2.3