mirror of
https://github.com/friendica/friendica
synced 2025-04-29 23:44:22 +02:00
Force a directory update if previously published
This commit is contained in:
parent
1ced04e54c
commit
3796e13142
2 changed files with 7 additions and 4 deletions
|
@ -725,6 +725,7 @@ class Contact
|
|||
'thumb' => DI::baseUrl() . '/photo/avatar/' . $uid .'.' . $file_suffix];
|
||||
DBA::update('profile', $fields, ['uid' => $uid]);
|
||||
}
|
||||
|
||||
return $update;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue