Skip to content

Commit

Permalink
Fixed #14731: No display of selected filter values when using filter …
Browse files Browse the repository at this point in the history
…"Note By"
  • Loading branch information
atrol committed Sep 21, 2012
1 parent cba1af4 commit 9de2566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/filter_api.php
Expand Up @@ -3278,7 +3278,7 @@ function <?php echo $t_js_toggle_func;?>() {
if( true == $t_any_found ) {
echo lang_get( 'any' );
} else {
$t_output;
echo $t_output;
}
}
?>
Expand Down

0 comments on commit 9de2566

Please sign in to comment.