summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran Gultnieks <ciaran@ciarang.com>2009-11-12 14:21:47 +0000
committerCiaran Gultnieks <ciaran@ciarang.com>2009-11-12 14:21:47 +0000
commit6e601c11718d075cf17c463e997023058f18aa99 (patch)
tree6e589e26d26262c80d2f1754f73978e904ce37ab
parent15de8892f553d45af23eb7272a70a423096e4340 (diff)
Wrong XRDS service type for OMB was being supplied. Wrong since commit 54696f7c I think
-rw-r--r--actions/xrds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/xrds.php b/actions/xrds.php
index 8f09557d1..5db3489ad 100644
--- a/actions/xrds.php
+++ b/actions/xrds.php
@@ -117,7 +117,7 @@ class XrdsAction extends Action
//omb
$xrdsOutputter->elementStart('XRD', array('xmlns' => 'xri://$xrd*($v*2.0)',
- 'xml:id' => 'oauth',
+ 'xml:id' => 'omb',
'xmlns:simple' => 'http://xrds-simple.net/core/1.0',
'version' => '2.0'));
$xrdsOutputter->element('Type', null, 'xri://$xrds*simple');