Skip to content

Commit

Permalink
Fixes #10562: Printing Bug does not work with configuration = SIMPLE_…
Browse files Browse the repository at this point in the history
…ONLY;

Signed-off-by: John Reese <jreese@leetcode.net>
  • Loading branch information
vboctor authored and amyreese committed Jun 8, 2009
1 parent 86ea1ec commit 37cacc0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions print_bug_page.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@
<?php
$f_bug_id = gpc_get_int( 'bug_id' );

if ( SIMPLE_ONLY == $g_show_view ) {
print_header_redirect ( 'bug_view_page.php?bug_id='.$f_bug_id );
}

access_ensure_bug_level( VIEWER, $f_bug_id );

$c_bug_id = (integer)$f_bug_id;
Expand Down

0 comments on commit 37cacc0

Please sign in to comment.