Merge pull request #10913 from MrPetovan/bug/10903-profile-edit

Add redirection to clear the owner cache after profile update
This commit is contained in:
Philipp 2021-10-22 07:12:43 +02:00 committed by GitHub
commit e0411743e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View 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 = [])