From: Hypolite Petovan Date: Thu, 21 Oct 2021 23:11:28 +0000 (-0400) Subject: Add redirection to clear the owner cache after profile update X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cb86048b8aa012c5b8c687df2146274792ebee80;p=friendica.git Add redirection to clear the owner cache after profile update --- diff --git a/src/Module/Settings/Profile/Index.php b/src/Module/Settings/Profile/Index.php index 05b5fd3ea3..240399aa05 100644 --- a/src/Module/Settings/Profile/Index.php +++ b/src/Module/Settings/Profile/Index.php @@ -132,6 +132,8 @@ class Index extends BaseSettings notice(DI::l10n()->t('Profile couldn\'t be updated.')); return; } + + DI::baseUrl()->redirect('settings/profile'); } public static function content(array $parameters = [])