Skip to content

Commit

Permalink
Merge branch 'master-2.20'
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Apr 17, 2019
2 parents 99272aa + 934c01d commit 2031718
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion view_all_inc.php
Expand Up @@ -115,7 +115,8 @@
if( empty( $t_filter_param ) ) {
$t_summary_link = 'view_all_set.php?summary=1&temporary=y';
} else {
$t_summary_link = 'summary_page.php?' . $t_filter_param;
$t_filter_param = '?' . $t_filter_param;
$t_summary_link = 'summary_page.php' . $t_filter_param;
}
# -- Print and Export links --
print_small_button( 'print_all_bug_page.php' . $t_filter_param, lang_get( 'print_all_bug_page_link' ) );
Expand Down

0 comments on commit 2031718

Please sign in to comment.