From: Michael Date: Tue, 8 Oct 2024 20:49:24 +0000 (+0000) Subject: Fix: changing contact settings X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fc3ab1762e3e19cbd41207d870c53cb7797a5afa;p=friendica.git Fix: changing contact settings --- diff --git a/src/Module/Contact/Profile.php b/src/Module/Contact/Profile.php index b012517908..efd7c5cdb6 100644 --- a/src/Module/Contact/Profile.php +++ b/src/Module/Contact/Profile.php @@ -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