Unify code structure

This commit is contained in:
Michael 2020-06-25 20:41:34 +00:00
parent 4d986526f9
commit d8f9bb1e0a
1 changed files with 0 additions and 1 deletions

View File

@ -749,7 +749,6 @@ class Probe
if ((!$result && ($network == "")) || ($network == Protocol::PUMPIO)) {
$result = self::pumpio($webfinger, $addr);
}
if (empty($result['network']) && empty($ap_profile['network']) || ($network == Protocol::FEED)) {
$result = self::feed($uri);
} else {