Skip to content

Commit

Permalink
Hopefully fixed the Mozilla redirect problem.
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1203 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Jeroen Latour committed Aug 15, 2002
1 parent c17b477 commit 294951e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core_user_API.php
Expand Up @@ -494,7 +494,7 @@ function project_check( $p_bug_id ) {
$t_project_id = get_bug_field( $p_bug_id, 'project_id' );
if ( $t_project_id != $g_project_cookie_val ) {
setcookie( $g_project_cookie, $t_project_id, time()+$g_cookie_time_length, $g_cookie_path );
setcookie( $g_view_all_cookie );
setcookie( $g_view_all_cookie, '' );

$t_redirect_url = get_view_redirect_url( $p_bug_id, 1 );
print_header_redirect( $t_redirect_url );
Expand Down
1 change: 1 addition & 0 deletions doc/ChangeLog
Expand Up @@ -50,6 +50,7 @@ Mantis ChangeLog
* Fixed defects with updating project categories and versions.
* Fixed problem deleting bugnotes.
* Fixed problem in core_API.php where constants were used before declaration
* Fixed problem in core_user_API.php which caused an infinite redirect in some browsers (such as Mozilla).
* Fixed problem with ambiguous column names in queries when using the text search or applying filters
* Fixed problem with print_assign_to_option_list() not selecting the current user.
* Fixed security hole in summary_graph_functions.php (Joao Gouveia: tharbad@kaotik.org)
Expand Down

0 comments on commit 294951e

Please sign in to comment.