diff --git a/Source/Source.API.php b/Source/Source.API.php index 7257299..c75fcac 100644 --- a/Source/Source.API.php +++ b/Source/Source.API.php @@ -344,7 +344,7 @@ if ( $t_message ) { bugnote_add( $t_bug_id, $t_message, '0:00', false, 0, '', null, false ); } - $t_bug->update() + $t_bug->update(); } else if ( $t_message ) { bugnote_add( $t_bug_id, $t_message );