Skip to content

Commit

Permalink
Remove obsolete form param in bug_report_page.php
Browse files Browse the repository at this point in the history
'posted' Parameter is not necessary anymore since the implementation of
dropzone, and was removed from bug_report.php when IssueAddCommand
was introduced.

Fixes #27575
  • Loading branch information
dregad committed Nov 22, 2020
1 parent 96fc98c commit ed6571e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bug_report_page.php
Expand Up @@ -242,7 +242,7 @@
<div class="col-md-12 col-xs-12">
<form id="report_bug_form"
method="post" <?php echo $t_form_encoding; ?>
action="bug_report.php?posted=1">
action="bug_report.php">
<?php echo form_security_field( 'bug_report' ) ?>
<input type="hidden" name="m_id" value="<?php echo $f_master_bug_id ?>" />
<input type="hidden" name="project_id" value="<?php echo $t_project_id ?>" />
Expand Down

0 comments on commit ed6571e

Please sign in to comment.