diff options
Diffstat (limited to 'phpBB/install/database_update.php')
| -rw-r--r-- | phpBB/install/database_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php index b2460009f7..709836ea88 100644 --- a/phpBB/install/database_update.php +++ b/phpBB/install/database_update.php @@ -1452,7 +1452,7 @@ function change_database_data(&$no_updates, $version) if (!isset($config['allow_quick_reply'])) { - set_config('allow_quick_reply', '0'); + set_config('allow_quick_reply', '1'); } // Set every members user_options column to enable |
