summaryrefslogtreecommitdiff
path: root/modules/openid/xrds.inc
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-10-15 09:40:42 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-10-15 09:40:42 +0000
commit44d22fc8632ab51aa750e5307b1e3a506c8226ac (patch)
tree8bf71b5e5aa5df0a628ae530bf4e4a4509067bf6 /modules/openid/xrds.inc
parent7d8c8d72f1b2f2942af8ea2bfa7c818d090aa3c7 (diff)
downloadbrdo-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.inc3
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;
}
}