diff options
author | James Walker <walkah@walkah.net> | 2010-02-26 03:43:35 -0500 |
---|---|---|
committer | James Walker <walkah@walkah.net> | 2010-02-26 03:43:35 -0500 |
commit | d1256b547f5f4f02ddc51a5fe2146dbde52aac53 (patch) | |
tree | 9a8a15f46b4ae7cfeb1a820b14a03fa19c6f84ec /plugins/OStatus/actions/xrd.php | |
parent | 22062b665e6d883f5ddfe590af1b9b22833094b0 (diff) |
bad merge.. cleaning up missing webfinger bits
Diffstat (limited to 'plugins/OStatus/actions/xrd.php')
-rw-r--r-- | plugins/OStatus/actions/xrd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/OStatus/actions/xrd.php b/plugins/OStatus/actions/xrd.php index 2a754dcfe..e6b694d61 100644 --- a/plugins/OStatus/actions/xrd.php +++ b/plugins/OStatus/actions/xrd.php @@ -66,7 +66,7 @@ class XrdAction extends Action 'type' => 'application/atom+xml'); // hCard - $xrd->links[] = array('rel' => Webfinger::HCARD, + $xrd->links[] = array('rel' => Discovery::HCARD, 'type' => 'text/html', 'href' => common_local_url('hcard', array('nickname' => $nick))); |