mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 01:29:58 +09:00
#18669567 : fixed an error occurred when login with openID
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7270 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8c03ae8cca
commit
8f5a97a150
1 changed files with 2 additions and 1 deletions
|
|
@ -149,7 +149,8 @@ class Auth_OpenID_XEStore extends Auth_OpenID_OpenIDStore {
|
||||||
function getAssociation($server_url, $handle = null)
|
function getAssociation($server_url, $handle = null)
|
||||||
{
|
{
|
||||||
$assoc = $this->_get_assoc($server_url, $handle);
|
$assoc = $this->_get_assoc($server_url, $handle);
|
||||||
return $assoc;
|
$assoc_o = new Auth_OpenID_Association($assoc->handle, $assoc->secret, $assoc->issued, $assoc->lifetime, $assoc->assoc_type);
|
||||||
|
return $assoc_o;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue