aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2020-01-02 10:13:04 +0100
committerMarc Alexander <admin@m-a-styles.de>2020-01-02 10:13:04 +0100
commitfcca5c5b582c43353be73ae50afb631e51407bbf (patch)
treea618be08f4bdbba9cefe9d29b3007cba3d53d979 /phpBB/install
parentbf58fafd76d26a9b98c3b800019b07599886ae3b (diff)
parent36c370947ccfed9b687da7add3a81219e1ae9c7c (diff)
downloadforums-fcca5c5b582c43353be73ae50afb631e51407bbf.tar
forums-fcca5c5b582c43353be73ae50afb631e51407bbf.tar.gz
forums-fcca5c5b582c43353be73ae50afb631e51407bbf.tar.bz2
forums-fcca5c5b582c43353be73ae50afb631e51407bbf.tar.xz
forums-fcca5c5b582c43353be73ae50afb631e51407bbf.zip
Merge branch 'prep-release-3.2.9' into 3.2.x
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 aded3e6bc3..86c8f00a24 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);