mirror of
https://github.com/friendica/friendica
synced 2024-11-17 20:23:40 +00:00
Fix: changing contact settings
This commit is contained in:
parent
a3dff95c2b
commit
fc3ab1762e
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ class Profile extends BaseModule
|
|||
if (!Contact::update($fields, ['id' => $ucid, 'uid' => $this->session->getLocalUserId()])) {
|
||||
$this->systemMessages->addNotice($this->t('Failed to update contact record.'));
|
||||
}
|
||||
$this->baseUrl->redirect('contact/' . $contact_id);
|
||||
}
|
||||
|
||||
protected function content(array $request = []): string
|
||||
|
|
Loading…
Reference in a new issue