Skip to content

Commit

Permalink
Confirm success after Profile operations
Browse files Browse the repository at this point in the history
Fixes #27259
  • Loading branch information
dregad committed Sep 18, 2020
1 parent 62d086a commit d5be03b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion account_prof_update.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,9 @@
}

form_security_purge( $t_form_name );
print_header_redirect( $f_redirect_page );

layout_page_header( null, $f_redirect_page );
layout_page_begin();
html_operation_successful( $f_redirect_page );
layout_page_end();

0 comments on commit d5be03b

Please sign in to comment.