Fix: changing contact settings

This commit is contained in:
Michael 2024-10-08 20:49:24 +00:00
parent a3dff95c2b
commit fc3ab1762e

View file

@ -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