From: Evan Prodromou Date: Fri, 4 May 2012 15:41:04 +0000 (-0400) Subject: Don't fail if missing in host-meta; it's deprecated X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7f0df2f257541e01937cd42b6a56361cb00e3b66;p=quix0rs-gnu-social.git Don't fail if missing in host-meta; it's deprecated --- diff --git a/lib/discovery.php b/lib/discovery.php index 70638cf243..1430227c5f 100644 --- a/lib/discovery.php +++ b/lib/discovery.php @@ -279,10 +279,6 @@ class Discovery_LRDD_Host_Meta implements Discovery_LRDD $xrd = Discovery::fetchXrd($url); if ($xrd) { - if ($xrd->host != $domain) { - return false; - } - return $xrd->links; } }