aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-03-03 23:54:35 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-12-03 14:23:34 +0100
commit4f0627de035e7539a78e05139cfb9a5e8d59163a (patch)
tree6923e0cf4de051fbf02f5f525e1216872a4f6d0a /phpBB
parent2fa23c9b3f55e024f6a35c268cd7878e68ad08c2 (diff)
downloadforums-4f0627de035e7539a78e05139cfb9a5e8d59163a.tar
forums-4f0627de035e7539a78e05139cfb9a5e8d59163a.tar.gz
forums-4f0627de035e7539a78e05139cfb9a5e8d59163a.tar.bz2
forums-4f0627de035e7539a78e05139cfb9a5e8d59163a.tar.xz
forums-4f0627de035e7539a78e05139cfb9a5e8d59163a.zip
[ticket/14492] Add missing config to schema_data.sql
PHPBB3-14492
Diffstat (limited to 'phpBB')
-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 450d2d2a52..56a4efa230 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -143,6 +143,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('fulltext_sphinx_in
INSERT INTO phpbb_config (config_name, config_value) VALUES ('fulltext_sphinx_stopwords', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('gzip_compress', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('help_send_statistics', '1');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('help_send_statistics_time', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('hot_threshold', '25');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('icons_path', 'images/icons');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('img_create_thumbnail', '0');