diff --git a/bug_delete.php b/bug_delete.php index eacf263814..fcfb9e4c65 100644 --- a/bug_delete.php +++ b/bug_delete.php @@ -16,7 +16,7 @@ check_access( $g_handle_bug_threshold ); check_bug_exists( $f_id ); - bug_delete($f_id, $f_bug_text_id); + bug_delete( $f_id, $f_bug_text_id ); $t_redirect_url = 'view_all_bug_page.php'; if ( $result ) { diff --git a/bug_file_upload_inc.php b/bug_file_upload_inc.php index e0d3e35bfd..50651ec94d 100644 --- a/bug_file_upload_inc.php +++ b/bug_file_upload_inc.php @@ -10,9 +10,11 @@ # It POSTs to bug_file_add.php3 ?> - + ( access_level_check_greater_or_equal( REPORTER ) ) ) { +?>