Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9de2566

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

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
@@ -3278,7 +3278,7 @@ function <?php echo $t_js_toggle_func;?>() {
32783278
if( true == $t_any_found ) {
32793279
echo lang_get( 'any' );
32803280
} else {
3281-
$t_output;
3281+
echo $t_output;
32823282
}
32833283
}
32843284
?>

0 commit comments

Comments
 (0)
Please sign in to comment.