mirror of
https://github.com/friendica/friendica
synced 2025-04-25 11:50:11 +00:00
Relocated functions
This commit is contained in:
parent
4024d725db
commit
fab85255b6
5 changed files with 78 additions and 55 deletions
|
@ -783,7 +783,7 @@ class GContact
|
|||
return;
|
||||
}
|
||||
|
||||
if (!$force && !PortableContact::updateNeeded($gcontact['created'], $gcontact['updated'], $gcontact['last_failure'], $gcontact['last_contact'])) {
|
||||
if (!$force && !GServer::updateNeeded($gcontact['created'], $gcontact['updated'], $gcontact['last_failure'], $gcontact['last_contact'])) {
|
||||
Logger::info("Don't update profile", ['url' => $data['url'], 'updated' => $gcontact['updated']]);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue