Skip to content

Commit

Permalink
0002207: Fixed a problem where no e-mails were sent when a new bug is
Browse files Browse the repository at this point in the history
reported.


git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1168 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Jul 6, 2002
1 parent 409006f commit cba3764
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions report_add.php
Expand Up @@ -214,9 +214,7 @@
}

# Notify users of new bug report
if ( ON == $g_notify_developers_on_new ) {
email_new_bug( $t_bug_id );
}
email_new_bug( $t_bug_id );
} # end if !check_failed

# Determine which report page to redirect back to.
Expand Down

0 comments on commit cba3764

Please sign in to comment.