Skip to content

Commit 7c41a9d

Browse files
committedDec 7, 2011
Fixes #4516: my_view_inc.php ignores config-option bug_count_hyperlink_prefix
1 parent fbac390 commit 7c41a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎my_view_inc.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
# -- Viewing range info --?>
422422
<td class="form-title" colspan="2">
423423
<?php
424-
print_link( 'view_all_set.php?type=1&temporary=y&' . $url_link_parameters[$t_box_title], $box_title, false, 'subtle' );
424+
print_link( html_entity_decode( config_get( 'bug_count_hyperlink_prefix' ) ).'&' . $url_link_parameters[$t_box_title], $box_title, false, 'subtle' );
425425

426426
if( count( $rows ) > 0 ) {
427427
$v_start = $t_filter[FILTER_PROPERTY_ISSUES_PER_PAGE] * ( $f_page_number - 1 ) + 1;

0 commit comments

Comments
 (0)
Please sign in to comment.