Fetch the "addr" value whenever it is empty

This commit is contained in:
Michael Vogel 2015-11-05 10:55:00 +01:00
parent be067bcf96
commit 2e81d0a2b3
1 changed files with 1 additions and 1 deletions

View 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);