diff --git a/manage_config_workflow_set.php b/manage_config_workflow_set.php index 2b432456eb..8ef07657fd 100644 --- a/manage_config_workflow_set.php +++ b/manage_config_workflow_set.php @@ -90,7 +90,7 @@ function config_get_parent( $p_project, $p_option ) { if( $t_access >= $t_access_current ) { $f_value = gpc_get( 'threshold_' . $t_threshold ); $t_value_current = config_get( $t_threshold ); - $t_value_parent = config_get_parent( $t_project, 'threshold_' . $t_threshold ); + $t_value_parent = config_get_parent( $t_project, $t_threshold ); $f_access = gpc_get( 'access_' . $t_threshold ); if( $f_value == $t_value_parent && $f_access == $t_access_current ) { # If new value is equal to parent and access has not changed