Skip to content

Commit

Permalink
Fix regression in bug_update_page
Browse files Browse the repository at this point in the history
Introduced by commit 1a54789
  • Loading branch information
atrol committed Nov 26, 2016
1 parent 548c735 commit e239888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bug_update_page.php
Expand Up @@ -333,7 +333,7 @@
if( access_has_project_level( config_get( 'update_bug_assign_threshold', config_get( 'update_bug_threshold' ) ) ) ) {
echo '<select ' . helper_get_tab_index() . ' id="handler_id" name="handler_id" class="input-sm">';
echo '<option value="0"></option>';
print_assign _to_option_list( $t_bug->handler_id, $t_bug->project_id );
print_assign_to_option_list( $t_bug->handler_id, $t_bug->project_id );
echo '</select>';
} else {
echo $t_handler_name;
Expand Down

0 comments on commit e239888

Please sign in to comment.