Skip to content

Commit

Permalink
Fix #9808: error #200 when selecting project from pages that require …
Browse files Browse the repository at this point in the history
…GET params.
  • Loading branch information
amyreese committed Nov 18, 2008
1 parent 3f9dc8b commit 8d07174
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions set_project.php
Expand Up @@ -83,16 +83,15 @@
}

switch ($t_path ) {
case 'bug_view_page.php':
case 'bug_view_advanced_page.php':
case 'bug_update_page.php':
case 'bug_update_advanced_page.php':
case 'bug_change_status_page.php':
$t_path = $t_home_page;
break;
case 'tag_view_page.php':
$t_path = $t_referrer_page;
break;
default:
$t_path = $t_referrer_page;
break;
}
$t_redirect_url = $t_path;
Expand Down

0 comments on commit 8d07174

Please sign in to comment.