diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-15 09:40:42 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-15 09:40:42 +0000 |
commit | 44d22fc8632ab51aa750e5307b1e3a506c8226ac (patch) | |
tree | 8bf71b5e5aa5df0a628ae530bf4e4a4509067bf6 /modules/openid/xrds.inc | |
parent | 7d8c8d72f1b2f2942af8ea2bfa7c818d090aa3c7 (diff) | |
download | brdo-44d22fc8632ab51aa750e5307b1e3a506c8226ac.tar.gz brdo-44d22fc8632ab51aa750e5307b1e3a506c8226ac.tar.bz2 |
#156886 by edgauthier: fix OpenID delegation
Diffstat (limited to 'modules/openid/xrds.inc')
-rw-r--r-- | modules/openid/xrds.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/openid/xrds.inc b/modules/openid/xrds.inc index 28fc979c4..955876881 100644 --- a/modules/openid/xrds.inc +++ b/modules/openid/xrds.inc @@ -65,6 +65,9 @@ function _xrds_cdata(&$parser, $data) { case 'XRDS/XRD/SERVICE/DELEGATE': $xrds_current_service['delegate'] = $data; break; + case 'XRDS/XRD/SERVICE/LOCALID': + $xrds_current_service['localid'] = $data; + break; } } |