diff options
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r-- | phpBB/install/database_update.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index acbc241c4d..2f8cb53be2 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -1573,8 +1573,12 @@ function change_database_data(&$no_updates, $version) case '3.0.6-RC4': break; - // No changes from 3.0.6 to 3.0.7-RC1 + // Changes from 3.0.6 to 3.0.7-RC1 case '3.0.6': + + // ATOM Feeds + set_config('feed_overall', '1'); + break; } } |