From: Michael Date: Sat, 25 Mar 2017 10:07:45 +0000 (+0000) Subject: Reset the static variable $baseurl X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=50603001381089d451272ae6a1ab82798f2e2c4c;p=friendica.git Reset the static variable $baseurl --- diff --git a/include/Probe.php b/include/Probe.php index 929e89a68a..d08460a56b 100644 --- a/include/Probe.php +++ b/include/Probe.php @@ -56,6 +56,9 @@ class Probe { */ private function xrd($host) { + // Reset the static variable + self::$baseurl = ''; + $ssl_url = "https://".$host."/.well-known/host-meta"; $url = "http://".$host."/.well-known/host-meta";