mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 11:44:08 +02:00
[ticket/12597] Fix various refactoring mistakes
PHPBB3-12597
This commit is contained in:
@@ -72,7 +72,7 @@ class execute_all extends \phpbb\console\command\command
|
||||
{
|
||||
if ($input->getOption('verbose'))
|
||||
{
|
||||
$output->writeln($this->user->lang('RUNNING_TASK', $task->get_name()) . "\n");
|
||||
$output->writeln($this->user->lang('RUNNING_TASK', $task->get_name()));
|
||||
}
|
||||
|
||||
$task->run();
|
||||
|
Reference in New Issue
Block a user