]> git.mxchange.org Git - friendica.git/commitdiff
Unify code structure
authorMichael <heluecht@pirati.ca>
Thu, 25 Jun 2020 20:41:34 +0000 (20:41 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 25 Jun 2020 20:41:34 +0000 (20:41 +0000)
src/Network/Probe.php

index 60f085fb09e7a9bf67621394481e3ad9dcaae651..879ccf7fefebd7f00a92eac56ce273187b542b7c 100644 (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 {