Skip to content

Commit

Permalink
Fix 'report stay' checkbox
Browse files Browse the repository at this point in the history
Ticking the report stay checkbox on the report page had no impact.

Fixes #20907
  • Loading branch information
vboctor committed May 14, 2016
1 parent 7438e04 commit b32fc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bug_report_page.php
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@
</th>
<td>
<label>
<input <?php echo helper_get_tab_index() ?> type="checkbox" class="ace" id="report_stay" name="eport_stay" <?php check_checked( $f_report_stay ) ?> />
<input <?php echo helper_get_tab_index() ?> type="checkbox" class="ace" id="report_stay" name="report_stay" <?php check_checked( $f_report_stay ) ?> />
<span class="lbl"> <?php echo lang_get( 'check_report_more_bugs' ) ?> </span>
</label>
</td>
Expand Down

0 comments on commit b32fc6d

Please sign in to comment.