mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
[ticket/14492] Define extensions to install in config not via cli argument
PHPBB3-14492
This commit is contained in:
@@ -151,6 +151,7 @@ class update extends \phpbb\console\command\command
|
||||
try
|
||||
{
|
||||
$this->installer->run();
|
||||
return 0;
|
||||
}
|
||||
catch (installer_exception $e)
|
||||
{
|
||||
@@ -175,5 +176,7 @@ class update extends \phpbb\console\command\command
|
||||
$iohandler->set_input('submit_update_file', 'submit');
|
||||
|
||||
$iohandler->set_input('submit_continue_file_update', 'submit');
|
||||
|
||||
$iohandler->set_input('update-extensions', $config['extensions']);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user