Don't fail if missing <Host> in host-meta; it's deprecated

This commit is contained in:
Evan Prodromou 2012-05-04 11:41:04 -04:00
parent c5ae53166c
commit 7f0df2f257
1 changed files with 0 additions and 4 deletions

View File

@ -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;
}
}