diff options
Diffstat (limited to 'phpBB/includes/acp/acp_bots.php')
-rw-r--r-- | phpBB/includes/acp/acp_bots.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_bots.php b/phpBB/includes/acp/acp_bots.php index 3ce701f2a9..e0220ad0c3 100644 --- a/phpBB/includes/acp/acp_bots.php +++ b/phpBB/includes/acp/acp_bots.php @@ -144,7 +144,7 @@ class acp_bots include_once($phpbb_root_path . 'includes/functions_user.' . $phpEx); $bot_row = array( - 'bot_name' => utf8_normalize_nfc($request->variable('bot_name', '', true)), + 'bot_name' => $request->variable('bot_name', '', true), 'bot_agent' => $request->variable('bot_agent', ''), 'bot_ip' => $request->variable('bot_ip', ''), 'bot_active' => $request->variable('bot_active', true), |