summaryrefslogtreecommitdiffstats
path: root/examples/server/lib/render/userXrds.php
diff options
context:
space:
mode:
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());