Skip to content

Commit

Permalink
view_all_set.php: use header redirect instead of meta tag refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhicks committed Jan 15, 2012
1 parent d70280b commit a43512b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions public/view_all_set.php
Expand Up @@ -626,7 +626,5 @@
if ( $f_temp_filter ) {
$t_token_id = token_set( TOKEN_FILTER, $t_settings_serialized );
$t_redirect_url = $t_redirect_url . '?filter=' . $t_token_id;
html_meta_redirect( $t_redirect_url, 0 );
} else {
print_header_redirect( $t_redirect_url );
}
print_header_redirect( $t_redirect_url );

0 comments on commit a43512b

Please sign in to comment.