Skip to content

Commit 0dbc39d

Browse files
committedDec 6, 2011
Fixes #11459: Wrong comment delete_other_bug_threshold in config_defaults_inc.php
1 parent 65322c6 commit 0dbc39d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎config_defaults_inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2220,7 +2220,7 @@
22202220
* Access level needed to delete other users from the list of users
22212221
* monitoring a bug.
22222222
* Look in the constant_inc.php file if you want to set a different value.
2223-
* @global int $g_monitor_add_others_bug_threshold
2223+
* @global int $g_monitor_delete_others_bug_threshold
22242224
*/
22252225
$g_monitor_delete_others_bug_threshold = DEVELOPER;
22262226

0 commit comments

Comments
 (0)