mirror of
https://github.com/friendica/friendica
synced 2025-05-05 23:04:09 +02:00
Changes after code review
This commit is contained in:
parent
1ced4673fe
commit
fbcc56d42d
4 changed files with 4 additions and 4 deletions
|
@ -266,7 +266,7 @@ class Relation
|
|||
* @param integer $uid
|
||||
* @return void
|
||||
*/
|
||||
static public function updateSuggestions(int $uid)
|
||||
static public function updateCachedSuggestions(int $uid)
|
||||
{
|
||||
if (DI::pConfig()->get($uid, 'suggestion', 'last_update') + 3600 > time()) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue