aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author3D-I <480857+3D-I@users.noreply.github.com>2019-12-30 02:25:26 +0100
committer3D-I <480857+3D-I@users.noreply.github.com>2019-12-30 02:26:31 +0100
commit364461b58fd40af8fe8c7513fe9424de483055b9 (patch)
treedfa19502064c10b05b8f27d1a769fc498795c28b /phpBB/install/schemas/schema_data.sql
parentMerge pull request #5791 from marc1706/ticket/16271 (diff)
downloadphpbb-364461b58fd40af8fe8c7513fe9424de483055b9.tar.gz
phpbb-364461b58fd40af8fe8c7513fe9424de483055b9.tar.bz2
phpbb-364461b58fd40af8fe8c7513fe9424de483055b9.zip
[ticket/16279] Add permission for Emoji in topic title
PHPBB3-16279
Diffstat (limited to 'phpBB/install/schemas/schema_data.sql')
-rw-r--r--phpBB/install/schemas/schema_data.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index a00e2947bd..b92621cea7 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -421,6 +421,7 @@ INSERT INTO phpbb_acl_options (auth_option, is_global) VALUES ('u_chgname', 1);
INSERT INTO phpbb_acl_options (auth_option, is_global) VALUES ('u_chgpasswd', 1);
INSERT INTO phpbb_acl_options (auth_option, is_global) VALUES ('u_chgprofileinfo', 1);
INSERT INTO phpbb_acl_options (auth_option, is_global) VALUES ('u_download', 1);
+INSERT INTO phpbb_acl_options (auth_option, is_global) VALUES ('u_emoji', 1);
INSERT INTO phpbb_acl_options (auth_option, is_global) VALUES ('u_hideonline', 1);
INSERT INTO phpbb_acl_options (auth_option, is_global) VALUES ('u_ignoreflood', 1);
INSERT INTO phpbb_acl_options (auth_option, is_global) VALUES ('u_masspm', 1);