aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2020-01-02 10:02:17 +0100
committerMarc Alexander <admin@m-a-styles.de>2020-01-02 10:02:17 +0100
commit36c370947ccfed9b687da7add3a81219e1ae9c7c (patch)
tree3963e2fc1ec4071e934cecd92f701629a9debe1f /phpBB/install
parent693d008851f5871cf073ac6997c12c7c71ea8cb6 (diff)
parentfa099867a8bd2442019822077b09ab7d3569da7a (diff)
downloadforums-36c370947ccfed9b687da7add3a81219e1ae9c7c.tar
forums-36c370947ccfed9b687da7add3a81219e1ae9c7c.tar.gz
forums-36c370947ccfed9b687da7add3a81219e1ae9c7c.tar.bz2
forums-36c370947ccfed9b687da7add3a81219e1ae9c7c.tar.xz
forums-36c370947ccfed9b687da7add3a81219e1ae9c7c.zip
Merge branch 'ticket/16279' into prep-release-3.2.9
Diffstat (limited to 'phpBB/install')
-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 f0c4b51899..c9afe0176b 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);