diff options
Diffstat (limited to 'Auth')
-rw-r--r-- | Auth/OpenID/Consumer.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php index 37ae3e8..c85d66f 100644 --- a/Auth/OpenID/Consumer.php +++ b/Auth/OpenID/Consumer.php @@ -1749,8 +1749,7 @@ class Auth_OpenID_AuthRequest { $this->assoc = $assoc; $this->endpoint =& $endpoint; $this->return_to_args = array(); - $this->message = new Auth_OpenID_Message(); - $this->message->setOpenIDNamespace( + $this->message = new Auth_OpenID_Message( $endpoint->preferredNamespace()); $this->_anonymous = false; } |