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 3eb0430 commit af25679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/filter_api.php
Expand Up @@ -3273,7 +3273,7 @@ function filter_draw_selection_area2( $p_page_number, $p_for_screen = true, $p_e
if( true == $t_any_found ) {
echo lang_get( 'any' );
} else {
$t_output;
echo $t_output;
}
}
?>
Expand Down

0 comments on commit af25679

Please sign in to comment.