Skip to content

Commit

Permalink
Fix usage of undefined constant ACCESS_DENIED
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Jan 27, 2011
1 parent cb7554a commit 60acfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bug_update.php
Expand Up @@ -259,7 +259,7 @@
}

if( !custom_field_has_write_access( $t_cf_id, $f_bug_id ) ) {
trigger_error( ACCESS_DENIED, ERROR );
trigger_error( ERROR_ACCESS_DENIED, ERROR );
}

$t_new_custom_field_value = gpc_get_custom_field( "custom_field_$t_cf_id", $t_cf_def['type'], null );
Expand Down

0 comments on commit 60acfb3

Please sign in to comment.