]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove unsupported hcard action from xrd
authorEvan Prodromou <evan@status.net>
Tue, 27 Sep 2011 15:49:38 +0000 (11:49 -0400)
committerEvan Prodromou <evan@status.net>
Tue, 27 Sep 2011 15:49:38 +0000 (11:49 -0400)
lib/xrdaction.php

index 3d55204f41ef7ed6348c749256ab53cd18b1d84b..6cca80d93e5593428687899365d9800fb5d2fb78 100644 (file)
@@ -82,11 +82,6 @@ class XrdAction extends Action
                                   'type' => 'text/html',
                                   'href' => $profile->profileurl);
 
-            // hCard
-            $xrd->links[] = array('rel' => self::HCARD,
-                                  'type' => 'text/html',
-                                  'href' => common_local_url('hcard', array('nickname' => $nick)));
-
             // XFN
             $xrd->links[] = array('rel' => 'http://gmpg.org/xfn/11',
                                   'type' => 'text/html',