Skip to content

Commit

Permalink
Remove admin check for Application Errors
Browse files Browse the repository at this point in the history
This test is no longer necessary, as we are now enforcing handling
method DISPLAY_ERROR_HALT for all error types since commit
c816588.

Fixes #23876
  • Loading branch information
dregad committed Feb 4, 2018
1 parent 098fa8f commit 41a29a0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions admin/check/check_config_inc.php
Expand Up @@ -85,11 +85,6 @@
array( false => 'Setting show_detailed_errors = ON is a potential security hazard as it can expose sensitive information.' )
);

check_print_test_warn_row( 'MantisBT Application Errors should halt execution',
$g_display_errors[E_USER_ERROR] == DISPLAY_ERROR_HALT,
array( false => 'Continuing after an error may lead to system and/or data integrity issues. Set $g_display_errors[E_USER_ERROR] = DISPLAY_ERROR_HALT;' )
);

check_print_test_warn_row( 'Email debugging should be OFF',
empty( $g_debug_email ),
array( false => 'All notification e-mails will be sent to: ' . $g_debug_email )
Expand Down

0 comments on commit 41a29a0

Please sign in to comment.