Merge pull request #14459 from annando/fix-contact-settings

Fix: changing contact settings
pull/14462/head
Tobias Diekershoff 2024-10-11 07:25:03 +02:00 zatwierdzone przez GitHub
commit bbd4117ed4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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