search phrase was not lowercased, but content strings were
This commit is contained in:
parent
c0642e4f0f
commit
10929c56e6
@ -50,7 +50,8 @@ if (!defined('MOD_INDEX')) {
|
||||
if(isset($_GET['q']) && $kw = trim($_GET['q'])) {
|
||||
$title = $lang['search']['head'];
|
||||
$content = "shared:search_results.tpl";
|
||||
|
||||
|
||||
$kw = strtolower($kw);
|
||||
search_do($kw);
|
||||
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user