mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10689] Fix "First character"-option in "Find a member"-search
PHPBB3-10689
This commit is contained in:
parent
4b2690f792
commit
3b7a6a3efa
1 changed files with 1 additions and 0 deletions
|
@ -1346,6 +1346,7 @@ switch ($mode)
|
||||||
if ($mode)
|
if ($mode)
|
||||||
{
|
{
|
||||||
$params[] = "mode=$mode";
|
$params[] = "mode=$mode";
|
||||||
|
$u_first_char_params[] = "mode=$mode";
|
||||||
}
|
}
|
||||||
$sort_params[] = "mode=$mode";
|
$sort_params[] = "mode=$mode";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue