]> git.mxchange.org Git - friendica.git/commitdiff
Reset the static variable $baseurl
authorMichael <heluecht@pirati.ca>
Sat, 25 Mar 2017 10:07:45 +0000 (10:07 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 25 Mar 2017 10:07:45 +0000 (10:07 +0000)
include/Probe.php

index 929e89a68ade48d4cca41f3b6ae84734261b11f1..d08460a56b85eee93e5e850af9e76242672a5377 100644 (file)
@@ -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";