1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-25 04:24:31 +02:00

Merge pull request #5802 from 3D-I/ticket/16279

[ticket/16279] Add permission for Emoji in topic title
This commit is contained in:
Marc Alexander
2020-01-02 09:59:25 +01:00
6 changed files with 63 additions and 12 deletions

View File

@ -156,6 +156,7 @@ $u_permissions = array(
'u_download' => array(0, 1),
'u_attach' => array(0, 1),
'u_sig' => array(0, 1),
'u_emoji' => array(0, 1),
'u_pm_attach' => array(0, 1),
'u_pm_bbcode' => array(0, 1),
'u_pm_smilies' => array(0, 1),