mirror of
https://github.com/friendica/friendica
synced 2025-04-26 02:30:11 +00:00
Just some improvements ...
This commit is contained in:
parent
7136a39f9e
commit
e5bf7bae7b
2 changed files with 18 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue