diff options
author | Marc Alexander <admin@m-a-styles.de> | 2020-01-02 10:02:17 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2020-01-02 10:02:17 +0100 |
commit | 36c370947ccfed9b687da7add3a81219e1ae9c7c (patch) | |
tree | 3963e2fc1ec4071e934cecd92f701629a9debe1f /phpBB/install | |
parent | 693d008851f5871cf073ac6997c12c7c71ea8cb6 (diff) | |
parent | fa099867a8bd2442019822077b09ab7d3569da7a (diff) | |
download | forums-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.sql | 1 |
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); |