From: kgsoft Date: Mon, 9 Apr 2018 11:54:24 +0000 (+0000) Subject: typo 戻し X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=70320040131a62c8a222a2b8328abefe0b4b8407;p=fswiki%2Ffswiki.git typo 戻し --- diff --git a/plugin/search/SearchHandler.pm b/plugin/search/SearchHandler.pm index 8a60edd..9445a62 100644 --- a/plugin/search/SearchHandler.pm +++ b/plugin/search/SearchHandler.pm @@ -26,7 +26,7 @@ sub do_action { my $word = Util::trim($cgi->param("word")); my $buf = ""; - my $or_search = $cgi->param('t') eq 'on'; + my $or_search = $cgi->param('t') eq 'or'; my $with_content = $cgi->param('c') eq 'true'; $wiki->set_title("¸¡º÷");