mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-25 17:41:25 +02:00
[ticket/13455] Remove unnecessary calls to utf8_normalize_nfc()
PHPBB3-13455
This commit is contained in:
@@ -49,7 +49,7 @@ class acp_disallow
|
||||
|
||||
if ($disallow)
|
||||
{
|
||||
$disallowed_user = str_replace('*', '%', utf8_normalize_nfc($request->variable('disallowed_user', '', true)));
|
||||
$disallowed_user = str_replace('*', '%', $request->variable('disallowed_user', '', true));
|
||||
|
||||
if (!$disallowed_user)
|
||||
{
|
||||
|
Reference in New Issue
Block a user