Navigation Menu

Skip to content

Commit

Permalink
Add admin check for deprecated limit_reporters
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Feb 5, 2020
1 parent 0e1c34c commit abe39d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions admin/check/check_config_inc.php
Expand Up @@ -95,5 +95,11 @@
array( false => 'Issues moved may end up with invalid category id.' )
);

# Deprecated Settings
check_print_test_warn_row( 'Deprecated "limit_reporters" setting should no longer be used',
$g_limit_reporters == OFF,
array( false => 'Use "limit_view_unless_threshold" instead.' )
);

# Obsolete Settings
require_api( 'obsolete.php' );

0 comments on commit abe39d9

Please sign in to comment.