Skip to content

Commit 4d47034

Browse files
committedDec 6, 2011
Fixes #11459: Wrong comment delete_other_bug_threshold in config_defaults_inc.php
1 parent a5c5e57 commit 4d47034

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
@@ -2517,7 +2517,7 @@
25172517
* Access level needed to delete other users from the list of users
25182518
* monitoring a bug.
25192519
* Look in the constant_inc.php file if you want to set a different value.
2520-
* @global int $g_monitor_add_others_bug_threshold
2520+
* @global int $g_monitor_delete_others_bug_threshold
25212521
*/
25222522
$g_monitor_delete_others_bug_threshold = DEVELOPER;
25232523

0 commit comments

Comments
 (0)
Please sign in to comment.