X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FUpdateSuggestions.php;h=509fee05a923c7328353b30da31674fa7aa94a75;hb=b227d65dfc086c4d61e471360c09a34abf21a301;hp=c756ed10f59dde23d52f538b479bf5d55efb6d2c;hpb=f31e617f5d7a0908e82e8f62bf415635a02c57b1;p=friendica.git diff --git a/src/Worker/UpdateSuggestions.php b/src/Worker/UpdateSuggestions.php index c756ed10f5..509fee05a9 100644 --- a/src/Worker/UpdateSuggestions.php +++ b/src/Worker/UpdateSuggestions.php @@ -30,6 +30,6 @@ class UpdateSuggestions { public static function execute(int $uid) { - Contact\Relation::updateSuggestions($uid); + Contact\Relation::updateCachedSuggestions($uid); } }