summaryrefslogtreecommitdiffstats
path: root/examples/server/lib/render/userXrds.php
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2008-02-04 18:05:59 +0000
committertailor <cygnus@janrain.com>2008-02-04 18:05:59 +0000
commit01802a0e80d42f6321324c9a5c52f6b74858e458 (patch)
tree23fae12bc45b4dded0250cbf1f1c32c36a7d463c /examples/server/lib/render/userXrds.php
parent4d5e7ff890d47ad702ba6b8e5db6b8980d0588f8 (diff)
downloadphp-openid-01802a0e80d42f6321324c9a5c52f6b74858e458.zip
php-openid-01802a0e80d42f6321324c9a5c52f6b74858e458.tar.gz
php-openid-01802a0e80d42f6321324c9a5c52f6b74858e458.tar.bz2
[project @ Fix user XRDS]
Diffstat (limited to 'examples/server/lib/render/userXrds.php')
-rw-r--r--examples/server/lib/render/userXrds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/server/lib/render/userXrds.php b/examples/server/lib/render/userXrds.php
index d38d894..a9ea95e 100644
--- a/examples/server/lib/render/userXrds.php
+++ b/examples/server/lib/render/userXrds.php
@@ -23,7 +23,7 @@ function userXrds_render($identity)
{
$headers = array('Content-type: application/xrds+xml');
- $body = sprintf(xrds_pat,
+ $body = sprintf(user_xrds_pat,
Auth_OpenID_TYPE_2_0,
Auth_OpenID_TYPE_1_1,
buildURL());