diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2009-07-31 08:16:36 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-07-31 08:16:36 +0000 |
| commit | e6f133dc55095b337ad311c761e82d4f026c0ea1 (patch) | |
| tree | 2b42dc1475082f3ec05e4eabc6a1d9abefc3311d /phpBB/install/database_update.php | |
| parent | 686f84a8fc63b867b722573716722b47213cc1de (diff) | |
| download | forums-e6f133dc55095b337ad311c761e82d4f026c0ea1.tar forums-e6f133dc55095b337ad311c761e82d4f026c0ea1.tar.gz forums-e6f133dc55095b337ad311c761e82d4f026c0ea1.tar.bz2 forums-e6f133dc55095b337ad311c761e82d4f026c0ea1.tar.xz forums-e6f133dc55095b337ad311c761e82d4f026c0ea1.zip | |
Revert r9878 - QR was already disabled by default, for admin convenience we enable the global setting but no local setting, which results in OFF by default
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9895 89ea8834-ac86-4346-8a33-228a782c2dd0
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 |
