1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/10325] change language var

PHPBB3-10325
This commit is contained in:
Dhruv
2013-01-27 03:07:52 +05:30
parent f8012cc239
commit 1a51abcca2
5 changed files with 6 additions and 6 deletions

View File

@@ -84,7 +84,7 @@ class phpbb_db_migration_data_310_dev extends phpbb_db_migration
return array(
array('config.update', array('search_type', 'phpbb_search_' . $this->config['search_type'])),
array('config.add', array('allow_forgot_password', 1)),
array('config.add', array('allow_password_reset', 1)),
array('config.add', array('fulltext_postgres_ts_name', 'simple')),
array('config.add', array('fulltext_postgres_min_word_len', 4)),