diff options
Diffstat (limited to 'Auth/OpenID/Consumer.php')
-rw-r--r-- | Auth/OpenID/Consumer.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php index dd1eb47..e23fcbe 100644 --- a/Auth/OpenID/Consumer.php +++ b/Auth/OpenID/Consumer.php @@ -296,9 +296,9 @@ class Auth_OpenID_Consumer { { $openid_url = $user_url; - $disco =& $this->getDiscoveryObject($this->session, - $openid_url, - $this->session_key_prefix); + $disco = $this->getDiscoveryObject($this->session, + $openid_url, + $this->session_key_prefix); // Set the 'stale' attribute of the manager. If discovery // fails in a fatal way, the stale flag will cause the manager |