]> git.mxchange.org Git - friendica.git/commitdiff
Fetch the "addr" value whenever it is empty
authorMichael Vogel <icarus@dabo.de>
Thu, 5 Nov 2015 09:55:00 +0000 (10:55 +0100)
committerMichael Vogel <icarus@dabo.de>
Thu, 5 Nov 2015 09:55:00 +0000 (10:55 +0100)
include/socgraph.php

index 5c8da3cc2a144e177870c354785accb315c68d13..c5aa08d086637faaece17f143bb95491f0f51fa2 100644 (file)
@@ -235,7 +235,7 @@ function poco_check($profile_url, $name, $network, $profile_photo, $about, $loca
                $addr = "";
        }
 
-       if ((($network == "") OR ($name == "") OR ($profile_photo == "") OR ($server_url == "") OR $alternate)
+       if ((($network == "") OR ($name == "") OR ($addr == "") OR ($profile_photo == "") OR ($server_url == "") OR $alternate)
                AND poco_reachable($profile_url, $server_url, $network, false)) {
                $data = probe_url($profile_url);