From b119625170d3d934949808c224924af2580c9456 Mon Sep 17 00:00:00 2001 From: RedDragonWebDesign Date: Tue, 6 Feb 2024 22:25:20 -0800 Subject: [PATCH] search: "filter boards" should default to all boards --- src/forum/search.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/forum/search.php b/src/forum/search.php index 968ebbc..bb0735c 100644 --- a/src/forum/search.php +++ b/src/forum/search.php @@ -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",