MantisBT: master b36e56ab

Author Committer Branch Timestamp Parent
dregad dregad master 2015-10-30 08:40 master a8f1c088
Affected Issues  0016771: workflow configuration
 0019970: Status to which reopened issues are set drops to 'feedback'
Changeset

Fix warning 'config option "threshold_xxx" not found'

The original fix prepended 'threshold_' to $t_threshold, which
is incorrect (maybe a copy/paste error ?).

The 'threshold_' prefix is used to determine the name of the
corresponding GPC variable's name; $t_threshold already contains the
correct config option's name.

Fixes 0019970, 0016771

mod - manage_config_workflow_set.php Diff File