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:
commit
e0411743e2
|
@ -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 = [])
|
||||
|
|
Loading…
Reference in a new issue