]> git.mxchange.org Git - friendica.git/blobdiff - include/network.php
The "vier"-theme is now working again. But there is still work needed
[friendica.git] / include / network.php
index 22157ff1889ce6ef4cebb8df3e09cce902ae7fba..9e1ed2091d5d2f5429846ceeb9c6c600c159c39e 100755 (executable)
@@ -364,6 +364,9 @@ function lrdd($uri, $debug = false) {
 
        logger('lrdd: host_meta: ' . $xml, LOGGER_DATA);
 
+       if(! stristr($xml,'<xrd'))
+               return array();
+
        $h = parse_xml_string($xml);
        if(! $h)
                return array();