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