]> git.mxchange.org Git - friendica.git/commitdiff
"localProbe" is used only locally
authorMichael <heluecht@pirati.ca>
Tue, 18 Aug 2020 19:48:14 +0000 (19:48 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 18 Aug 2020 19:48:14 +0000 (19:48 +0000)
src/Network/Probe.php

index 9f6b3a485eb955f5c6d0e00e0768129692dc8087..3524d00721b9505a24efb1c531474569f9cdafd6 100644 (file)
@@ -2170,7 +2170,7 @@ class Probe
         * @param string $url
         * @return array probed data
         */
-       public static function localProbe(string $url)
+       private static function localProbe(string $url)
        {
                $uid = User::getIdForURL($url);
                if (empty($uid)) {