From 7f0df2f257541e01937cd42b6a56361cb00e3b66 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 4 May 2012 11:41:04 -0400 Subject: [PATCH] Don't fail if missing in host-meta; it's deprecated --- lib/discovery.php | 4 ---- 1 file changed, 4 deletions(-) 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; } } -- 2.39.5