Skip to content

Commit

Permalink
Fix bug 9475, error on bug_actiongroup.php for Update Category
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@5499 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Daryn Warriner committed Aug 6, 2008
1 parent bc16361 commit e8fef90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bug_actiongroup.php
Expand Up @@ -229,7 +229,7 @@
if ( access_has_bug_level( config_get( 'update_bug_threshold' ), $t_bug_id ) ) {
if ( category_exists( $t_project, $f_category ) ) {
# @@@ we need to issue a helper_call_custom_function( 'issue_update_validate', array( $t_bug_id, $t_bug_data, $f_bugnote_text ) );
bug_set_field( $t_bug_id, 'category', $f_category );
bug_set_field( $t_bug_id, 'category_id', $f_category );
helper_call_custom_function( 'issue_update_notify', array( $t_bug_id ) );
} else {
$t_failed_ids[$t_bug_id] = lang_get( 'bug_actiongroup_category' );
Expand Down

0 comments on commit e8fef90

Please sign in to comment.