Skip to content

Commit

Permalink
Define default $g_set_status_threshold for NEW to REPORTER
Browse files Browse the repository at this point in the history
This prevents incorrect highlighting of NEW status as an override in the
Access Levels section of manage_config_workflow_page.php, when
$g_bug_submit_status is different from default.

Fixes #14496 (see atrol's bugnote ~33192 and my follow up in ~33325)
  • Loading branch information
dregad committed Dec 1, 2012
1 parent c96ca21 commit 7c46e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_defaults_inc.php
Expand Up @@ -2826,7 +2826,7 @@
* );
* @global array $g_set_status_threshold
*/
$g_set_status_threshold = array();
$g_set_status_threshold = array( NEW_ => REPORTER );

/**
* Threshold at which a user can edit his/her own bugnotes.
Expand Down

0 comments on commit 7c46e28

Please sign in to comment.