diff options
author | 3D-I <480857+3D-I@users.noreply.github.com> | 2019-12-30 02:25:26 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2020-01-02 10:01:48 +0100 |
commit | 48eb74cfcdad2aaa88cb6a1a50620ecf9180ac7d (patch) | |
tree | 171560cf57dfdf13a91fcdd0544c330ce8b04efe /phpBB/phpbb/permissions.php | |
parent | 693d008851f5871cf073ac6997c12c7c71ea8cb6 (diff) | |
download | forums-48eb74cfcdad2aaa88cb6a1a50620ecf9180ac7d.tar forums-48eb74cfcdad2aaa88cb6a1a50620ecf9180ac7d.tar.gz forums-48eb74cfcdad2aaa88cb6a1a50620ecf9180ac7d.tar.bz2 forums-48eb74cfcdad2aaa88cb6a1a50620ecf9180ac7d.tar.xz forums-48eb74cfcdad2aaa88cb6a1a50620ecf9180ac7d.zip |
[ticket/16279] Add permission for Emoji in topic title
PHPBB3-16279
Diffstat (limited to 'phpBB/phpbb/permissions.php')
-rw-r--r-- | phpBB/phpbb/permissions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/permissions.php b/phpBB/phpbb/permissions.php index 7697884b6a..236535cc6a 100644 --- a/phpBB/phpbb/permissions.php +++ b/phpBB/phpbb/permissions.php @@ -234,6 +234,7 @@ class permissions 'u_savedrafts' => array('lang' => 'ACL_U_SAVEDRAFTS', 'cat' => 'post'), 'u_chgcensors' => array('lang' => 'ACL_U_CHGCENSORS', 'cat' => 'post'), 'u_sig' => array('lang' => 'ACL_U_SIG', 'cat' => 'post'), + 'u_emoji' => array('lang' => 'ACL_U_EMOJI', 'cat' => 'post'), 'u_sendpm' => array('lang' => 'ACL_U_SENDPM', 'cat' => 'pm'), 'u_masspm' => array('lang' => 'ACL_U_MASSPM', 'cat' => 'pm'), |