]> git.mxchange.org Git - friendica.git/commitdiff
Add redirection to clear the owner cache after profile update
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 21 Oct 2021 23:11:28 +0000 (19:11 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 21 Oct 2021 23:11:28 +0000 (19:11 -0400)
src/Module/Settings/Profile/Index.php

index 05b5fd3ea3ab04ad217d75662f8a963612f48ff1..240399aa05f797ad1aa80fab0da480f781cfb213 100644 (file)
@@ -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 = [])