Skip to content

Commit

Permalink
search: "filter boards" should default to all boards
Browse files Browse the repository at this point in the history
  • Loading branch information
RedDragonWebDesign committed Feb 7, 2024
1 parent 3105452 commit b119625
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/forum/search.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ function check_filter_boards() {
"attributes" => ["multiple" => "multiple", "class" => "formInput textBox", "size" => $filterBoardSize, "style" => "width: 40%; height: 10em;" ],
"options" => $filterBoardOptions,
"sortorder" => $i++,
"validate" => ["check_filter_boards"]
"validate" => ["check_filter_boards"],
"value" => 0,
],
"include_subforums" => [
"type" => "checkbox",
Expand Down

0 comments on commit b119625

Please sign in to comment.