aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-02-21 21:14:07 +0100
committerMarc Alexander <admin@m-a-styles.de>2018-02-21 21:14:07 +0100
commit2b8c8973e9d1d9ea4722251ac9a3ee02e6be1b7b (patch)
tree8fb7cae0adafbf82b2da479bde0df3f4a1f545df /phpBB/install
parentMerge branch '3.2.x' (diff)
parentMerge pull request #5094 from JoshyPHP/ticket/15518 (diff)
downloadphpbb-2b8c8973e9d1d9ea4722251ac9a3ee02e6be1b7b.tar.gz
phpbb-2b8c8973e9d1d9ea4722251ac9a3ee02e6be1b7b.tar.bz2
phpbb-2b8c8973e9d1d9ea4722251ac9a3ee02e6be1b7b.zip
Merge branch '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 0cd3e73d9e..58a7ff4f63 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -105,6 +105,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');