diff --git a/core/bug_api.php b/core/bug_api.php index 5c9879a44e..57fb6cfb37 100644 --- a/core/bug_api.php +++ b/core/bug_api.php @@ -302,7 +302,7 @@ function create() { # check due_date format if( is_blank( $this->due_date ) ) { - $this_due_date = date_get_null(); + $this->due_date = date_get_null(); } $t_bug_table = db_get_table( 'mantis_bug_table' );