Skip to content

Commit af25679

Browse files
committedSep 21, 2012
Fixed #14731: No display of selected filter values when using filter "Note By"
1 parent 3eb0430 commit af25679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎core/filter_api.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3273,7 +3273,7 @@ function filter_draw_selection_area2( $p_page_number, $p_for_screen = true, $p_e
32733273
if( true == $t_any_found ) {
32743274
echo lang_get( 'any' );
32753275
} else {
3276-
$t_output;
3276+
echo $t_output;
32773277
}
32783278
}
32793279
?>

0 commit comments

Comments
 (0)
Please sign in to comment.