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

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