mirror of
https://github.com/friendica/friendica
synced 2024-12-22 22:00:16 +00:00
Merge pull request #14459 from annando/fix-contact-settings
Fix: changing contact settings
This commit is contained in:
commit
bbd4117ed4
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