1
0
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:
LEZY Thomas
2014-05-28 12:57:49 +02:00
parent 6f0121e2a4
commit 9761c1bf61
2 changed files with 4 additions and 18 deletions

View File

@@ -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();