Force a directory update if previously published

This commit is contained in:
Michael 2021-06-16 05:23:43 +00:00
parent 1ced04e54c
commit 3796e13142
2 changed files with 7 additions and 4 deletions

View file

@ -725,6 +725,7 @@ class Contact
'thumb' => DI::baseUrl() . '/photo/avatar/' . $uid .'.' . $file_suffix];
DBA::update('profile', $fields, ['uid' => $uid]);
}
return $update;
}