diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2018-01-17 00:16:26 +0100 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2018-01-17 00:16:26 +0100 |
commit | f01e29effe5bf053ac5205e47f8e0e90a262315a (patch) | |
tree | 311d56a114bc303f0a195b7435a2399a6c96dafe /phpBB/install/schemas | |
parent | 1cd8bbac0cf6e7d78ecc681f0aa75d9fb49a1eab (diff) | |
download | forums-f01e29effe5bf053ac5205e47f8e0e90a262315a.tar forums-f01e29effe5bf053ac5205e47f8e0e90a262315a.tar.gz forums-f01e29effe5bf053ac5205e47f8e0e90a262315a.tar.bz2 forums-f01e29effe5bf053ac5205e47f8e0e90a262315a.tar.xz forums-f01e29effe5bf053ac5205e47f8e0e90a262315a.zip |
[ticket/15518] Add a setting to toggle permission checks for pms in viewtopic
PHPBB3-15518
Diffstat (limited to 'phpBB/install/schemas')
-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 1f92439c70..4dfe5e94aa 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -106,6 +106,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_enable', '1' INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_force_sender', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_max_chunk_size', '50'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_package_size', '20'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_accurate_pm_button', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_confirm', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_mod_rewrite', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_board_notifications', '1'); |