From cb86048b8aa012c5b8c687df2146274792ebee80 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Thu, 21 Oct 2021 19:11:28 -0400 Subject: [PATCH] Add redirection to clear the owner cache after profile update --- src/Module/Settings/Profile/Index.php | 2 ++ 1 file changed, 2 insertions(+) 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 = [])