mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-14 12:52:08 +02:00
[ticket/14499] Add missing config settings
PHPBB3-14499
This commit is contained in:
parent
5bdfc6167b
commit
8ec1a60156
@ -1,2 +1,2 @@
|
||||
udater:
|
||||
type: db_only
|
||||
type: all
|
||||
|
@ -170,7 +170,10 @@ class update extends \phpbb\console\command\command
|
||||
$iohandler->set_input('update_type', $config['type']);
|
||||
$iohandler->set_input('submit_update', 'submit');
|
||||
|
||||
$iohandler->set_input('method', '.tar');
|
||||
$iohandler->set_input('compression_method', '.tar');
|
||||
$iohandler->set_input('method', 'direct_file');
|
||||
$iohandler->set_input('submit_update_file', 'submit');
|
||||
|
||||
$iohandler->set_input('submit_continue_file_update', 'submit');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user