diff --git a/bug_update.php b/bug_update.php index 8ee7c33ec4..f616481fe6 100644 --- a/bug_update.php +++ b/bug_update.php @@ -98,6 +98,7 @@ # Handle auto-assigning if ( ( NEW_ == $t_bug_data->status ) + && ( $t_bug_data->status == $t_old_bug_status ) && ( 0 != $t_bug_data->handler_id ) && ( ON == config_get( 'auto_set_status_to_assigned' ) ) ) { $t_bug_data->status = config_get( 'bug_assigned_status' );