]> git.mxchange.org Git - friendica.git/commitdiff
Restore empty line
authorMichael <heluecht@pirati.ca>
Mon, 12 Dec 2016 06:51:08 +0000 (06:51 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 12 Dec 2016 06:51:08 +0000 (06:51 +0000)
include/socgraph.php

index f1388435380b0bbc48a6f8eaa139303c03be36ac..765ed5d8912b5fb30d513d6430a07a47bed86fd6 100644 (file)
@@ -732,6 +732,7 @@ function poco_check_server($server_url, $network = "", $force = false) {
        if (!$serverret["success"] OR ($serverret["body"] == "") OR (@sizeof($xmlobj) == 0) OR !is_object($xmlobj)) {
                $server_url = str_replace("https://", "http://", $server_url);
                $serverret = z_fetch_url($server_url."/.well-known/host-meta");
+
                $xmlobj = @simplexml_load_string($serverret["body"],'SimpleXMLElement',0, "http://docs.oasis-open.org/ns/xri/xrd-1.0");
        }