1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/16279] Add permission for Emoji in topic title

PHPBB3-16279
This commit is contained in:
3D-I
2019-12-30 02:25:26 +01:00
parent 3e5090e792
commit 364461b58f
6 changed files with 62 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),