X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fupdate_contact.php;h=4863ad02ded5b4935c7bac1d631006fea691c775;hb=3d55ef15467074fbf98fdf2217dc242c8a091ffc;hp=5fb62e6a077de2ce919273c423f75a3c004698c1;hpb=5d169a4098633b8e1a5212472700243d790f5bc4;p=friendica.git diff --git a/mod/update_contact.php b/mod/update_contact.php index 5fb62e6a07..4863ad02de 100644 --- a/mod/update_contact.php +++ b/mod/update_contact.php @@ -28,7 +28,7 @@ use Friendica\Module\Contact; function update_contact_content(App $a) { - if ($_GET["force"] == 1) { + if (!empty($_GET['force']) || !DI::pConfig()->get(local_user(), 'system', 'no_auto_update')) { $text = Contact::content([], true); } else { $text = '';