diff options
author | James Walker <walkah@walkah.net> | 2010-03-04 01:30:15 -0500 |
---|---|---|
committer | James Walker <walkah@walkah.net> | 2010-03-04 01:30:15 -0500 |
commit | 849f5783c445934da370769310b3b0382bc5d303 (patch) | |
tree | c39bf2732d675e09298bcaf44681011e274c13cb /plugins/OStatus/actions | |
parent | 1c8399fde123fa2bc7b4ebf21fb323d215a9e7b4 (diff) |
update xrd -> userxrd
Diffstat (limited to 'plugins/OStatus/actions')
-rw-r--r-- | plugins/OStatus/actions/hostmeta.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/OStatus/actions/hostmeta.php b/plugins/OStatus/actions/hostmeta.php index 3d00b98ae..6d35ada6c 100644 --- a/plugins/OStatus/actions/hostmeta.php +++ b/plugins/OStatus/actions/hostmeta.php @@ -32,7 +32,7 @@ class HostMetaAction extends Action parent::handle(); $domain = common_config('site', 'server'); - $url = common_local_url('xrd'); + $url = common_local_url('userxrd'); $url.= '?uri={uri}'; $xrd = new XRD(); |