From 4d3680a524dbb4e4ee7bdeb1abb0a78a3d73b68f Mon Sep 17 00:00:00 2001 From: Nao Date: Wed, 22 Oct 2014 00:14:49 +0200 Subject: [PATCH] ! Search didn't set search_type to board if specific boards were set. (Based on fix by @CleptoMan, although totally not tested, as usual with me when it's past midnight.) (Search.template.php) --- core/html/Search.template.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/html/Search.template.php b/core/html/Search.template.php index 79f59d37..6ccc7249 100644 --- a/core/html/Search.template.php +++ b/core/html/Search.template.php @@ -91,8 +91,8 @@ function template_main() echo '
- -
+ +
    '; @@ -146,6 +146,7 @@ function template_main()

+
';