Skip to content

Commit

Permalink
Remove invalid 2nd param from print_header_redirect() call
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Sep 16, 2023
1 parent 1a7427e commit bfd826f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion account_prefs_update.php
Expand Up @@ -139,5 +139,5 @@

form_security_purge( 'account_prefs_update' );

print_header_redirect( $f_redirect_url, /* force_show */ true );
print_header_redirect( $f_redirect_url );

0 comments on commit bfd826f

Please sign in to comment.