diff options
author | Marc Alexander <admin@m-a-styles.de> | 2020-01-02 10:13:45 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2020-01-02 10:13:45 +0100 |
commit | 481bd70b261e791e129e871926c2dffcc90ba3b4 (patch) | |
tree | 17a525ca72115b43a86b88b282eaea5a3c8d8ead /phpBB/install | |
parent | Merge branch '3.3.x' (diff) | |
parent | Merge branch '3.2.x' into 3.3.x (diff) | |
download | phpbb-481bd70b261e791e129e871926c2dffcc90ba3b4.tar.gz phpbb-481bd70b261e791e129e871926c2dffcc90ba3b4.tar.bz2 phpbb-481bd70b261e791e129e871926c2dffcc90ba3b4.zip |
Merge branch '3.3.x'
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 de794fbe07..5441accc43 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -434,6 +434,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); |