Just some improvements ...

This commit is contained in:
Michael Vogel 2015-07-26 16:52:37 +02:00
parent 7136a39f9e
commit e5bf7bae7b
2 changed files with 18 additions and 5 deletions

View file

@ -440,7 +440,7 @@ function poco_last_updated($profile) {
$server_url = poco_detect_server($profile);
if ($server_url != "")
if (!poco_check_server($pserver_url, $gcontacts[0]["network"]))
if (!poco_check_server($server_url, $gcontacts[0]["network"]))
return false;
// noscrape is really fast so we don't cache the call.