Skip to content

Commit

Permalink
Fix #9986: Delete project workflow settings did not pass security tok…
Browse files Browse the repository at this point in the history
…en, resulting in 2800 error.
  • Loading branch information
amyreese committed Dec 19, 2008
1 parent a2294e9 commit 5259c3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manage_config_workflow_page.php
Expand Up @@ -475,6 +475,7 @@ function access_row() {

if ( 0 < count( $t_overrides ) ) {
echo "<div class=\"right\"><form name=\"mail_config_action\" method=\"post\" action=\"manage_config_revert.php\">\n";
echo form_security_field( 'manage_config_revert' );
echo "<input name=\"revert\" type=\"hidden\" value=\"" . implode( ',', $t_overrides ) . "\"></input>";
echo "<input name=\"project\" type=\"hidden\" value=\"$t_project\"></input>";
echo "<input name=\"return\" type=\"hidden\" value=\"" . string_sanitize_url( $_SERVER['PHP_SELF'] ) ."\"></input>";
Expand Down

0 comments on commit 5259c3d

Please sign in to comment.