Skip to content

Commit

Permalink
Modified get_view_redirect_url() call on bug_assign.php to handle red…
Browse files Browse the repository at this point in the history
…irects better.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@924 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Kenzaburo Ito committed May 8, 2002
1 parent 1662fd1 commit 6b3823a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bug_assign.php
Expand Up @@ -36,7 +36,7 @@
email_assign( $f_id );

# Determine which view page to redirect back to.
$t_redirect_url = get_view_redirect_url( $f_id );
$t_redirect_url = get_view_redirect_url( $f_id, 1 );
if ( $result ) {
print_header_redirect( $t_redirect_url );
} else {
Expand Down
1 change: 1 addition & 0 deletions doc/ChangeLog
Expand Up @@ -49,6 +49,7 @@ Mantis
* Modified set_project.php to avoid double refresh when using IIS.
* Modified project user module behavior.
* Modified delete file attachments to chmod( 0775 ) so write permissions are granted.
* Modified get_view_redirect_url() call on bug_assign.php to handle redirects better.
* Added Hungarian translation.
* Added Japanese translation.
* Added Czech translation.
Expand Down

0 comments on commit 6b3823a

Please sign in to comment.