mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
[ticket/13740] Clean up CLI merge
[ci skip] PHPBB3-13740
This commit is contained in:
@@ -232,4 +232,25 @@ class cli_iohandler extends iohandler_base
|
|||||||
$this->progress_bar = null;
|
$this->progress_bar = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
|
public function request_refresh()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
|
public function set_active_stage_menu($menu_path)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
|
public function set_finished_stage_menu($menu_path)
|
||||||
|
{
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@@ -59,7 +59,7 @@ class factory
|
|||||||
*/
|
*/
|
||||||
public function get()
|
public function get()
|
||||||
{
|
{
|
||||||
if ($this->container->has('installer.helper.iohandler_' . $this->environment))
|
switch ($this->environment)
|
||||||
{
|
{
|
||||||
case 'ajax':
|
case 'ajax':
|
||||||
return $this->container->get('installer.helper.iohandler_ajax');
|
return $this->container->get('installer.helper.iohandler_ajax');
|
||||||
|
Reference in New Issue
Block a user