aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/schema_data.sql
diff options
context:
space:
mode:
authorDhruv Goel <dhruv.goel92@gmail.com>2012-04-15 15:01:32 +0530
committerDhruv Goel <dhruv.goel92@gmail.com>2012-04-20 23:30:01 +0530
commit4788705a9a885df4bc9af834d6911a8c9919ce0b (patch)
treecf966105d86d0df651c2a807a68ae9aae75972c8 /phpBB/install/schemas/schema_data.sql
parent81eeafbb8dfb6f3511d689169a2ccc46f3d07704 (diff)
downloadforums-4788705a9a885df4bc9af834d6911a8c9919ce0b.tar
forums-4788705a9a885df4bc9af834d6911a8c9919ce0b.tar.gz
forums-4788705a9a885df4bc9af834d6911a8c9919ce0b.tar.bz2
forums-4788705a9a885df4bc9af834d6911a8c9919ce0b.tar.xz
forums-4788705a9a885df4bc9af834d6911a8c9919ce0b.zip
[ticket/10815] enables feed feature by default for a fresh install
PHPBB3-10815
Diffstat (limited to 'phpBB/install/schemas/schema_data.sql')
-rw-r--r--phpBB/install/schemas/schema_data.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index fcc372ae93..efc81e37c0 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -99,7 +99,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_package_size
INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_confirm', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_pm_icons', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_post_confirm', '1');
-INSERT INTO phpbb_config (config_name, config_value) VALUES ('feed_enable', '0');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('feed_enable', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('feed_http_auth', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('feed_limit_post', '15');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('feed_limit_topic', '10');