diff --git a/web/includes/actions/user.php b/web/includes/actions/user.php index acbcdab7e..9879b9c85 100644 --- a/web/includes/actions/user.php +++ b/web/includes/actions/user.php @@ -102,7 +102,7 @@ if ( $action == 'Save' ) { session_write_close(); $refreshParent = true; } - $view = 'none'; + $redirect = $_SERVER['HTTP_REFERER']; } } // end if $action == user ?>