Skip to content

Commit

Permalink
Merge branch 'master-2.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Nov 7, 2017
2 parents 8caf8be + 449d819 commit 0bfa11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bug_update.php
Expand Up @@ -110,7 +110,7 @@

$t_bug_note = new BugNoteData();
$t_bug_note->note = gpc_get_string( 'bugnote_text', '' );
$t_bug_note->view_state = gpc_get_bool( 'private' );
$t_bug_note->view_state = gpc_get_bool( 'private' ) ? VS_PRIVATE : VS_PUBLIC;
$t_bug_note->time_tracking = gpc_get_string( 'time_tracking', '0:00' );

if( $t_existing_bug->last_updated != $t_updated_bug->last_updated ) {
Expand Down

0 comments on commit 0bfa11a

Please sign in to comment.