1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-17 06:16:34 +02:00

[ticket/16665] Fix Emoji for strings in board settings

PHPBB3-16665
This commit is contained in:
3D-I 2020-12-29 20:53:57 +01:00
parent c37e8ae8b9
commit f95802c211

@ -582,7 +582,14 @@ class acp_board
continue;
}
$config_name_ary = ['sitename', 'site_desc', 'site_home_text', 'board_index_text', 'board_disable_msg'];
// Array of emoji-enabled configurations
$config_name_ary = [
'sitename',
'site_desc',
'site_home_text',
'board_index_text',
'board_disable_msg',
];
/**
* Event to manage the array of emoji-enabled configurations