]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/UpdateSuggestions.php
spelling: intended
[friendica.git] / src / Worker / UpdateSuggestions.php
index c756ed10f59dde23d52f538b479bf5d55efb6d2c..f7b4b9a0ac1339fd9522f79e1955983b4a562424 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -30,6 +30,6 @@ class UpdateSuggestions
 {
        public static function execute(int $uid)
        {
-               Contact\Relation::updateSuggestions($uid);
+               Contact\Relation::updateCachedSuggestions($uid);
        }
 }