Skip to content

Commit

Permalink
Second part of the fix for #3092
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2132 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Mar 28, 2003
1 parent f5ed6e4 commit 966bf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion print_all_bug_options_update.php
Expand Up @@ -14,7 +14,7 @@
<?php auth_ensure_user_authenticated() ?>
<?php
$f_user_id = gpc_get_int( 'user_id' );
$f_redirect_url = gpc_get_int( 'redirect_url' );
$f_redirect_url = gpc_get_string( 'redirect_url' );

# the check for the protected state is already done in the form, there is
# no need to duplicate it here.
Expand Down

0 comments on commit 966bf92

Please sign in to comment.