diff options
Diffstat (limited to 'inc/actions.php')
-rw-r--r-- | inc/actions.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/actions.php b/inc/actions.php index 2b5fa7ace..d17b975d7 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -53,6 +53,8 @@ function act_dispatch(){ //update user profile if (($ACT == 'profile') && updateprofile()) { + msg($lang['profchanged'],1); + $ACT = 'show'; } //save |