Skip to content

Commit

Permalink
added a missing ' which broke the page.
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1269 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
davidu committed Aug 20, 2002
1 parent 27fced0 commit 841cd31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bug_actiongroup_page.php
Expand Up @@ -74,7 +74,7 @@
$t_question_title = $s_status_bugs_conf_msg;
$t_button_title = $s_status_group_bugs_button;
$t_form = 'f_status';
$t_request = 'status;
$t_request = 'status';
break;
}
?>
Expand Down Expand Up @@ -148,4 +148,4 @@
<?php
}
?>
<?php print_page_bot1( __FILE__ ) ?>
<?php print_page_bot1( __FILE__ ) ?>

0 comments on commit 841cd31

Please sign in to comment.