diff options
author | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-28 12:57:49 +0200 |
---|---|---|
committer | LEZY Thomas <thomas.gif.91@gmail.com> | 2014-05-28 12:57:49 +0200 |
commit | 9761c1bf617763671308fabc569ec13d40cb6843 (patch) | |
tree | 96e0f4e3a3ca2d86055917826668f2dc8d6b53df /phpBB/phpbb/console/command | |
parent | 6f0121e2a49eca777f6767f5c254878f7a255fa9 (diff) | |
download | forums-9761c1bf617763671308fabc569ec13d40cb6843.tar forums-9761c1bf617763671308fabc569ec13d40cb6843.tar.gz forums-9761c1bf617763671308fabc569ec13d40cb6843.tar.bz2 forums-9761c1bf617763671308fabc569ec13d40cb6843.tar.xz forums-9761c1bf617763671308fabc569ec13d40cb6843.zip |
[ticket/12597] Fix various refactoring mistakes
PHPBB3-12597
Diffstat (limited to 'phpBB/phpbb/console/command')
-rw-r--r-- | phpBB/phpbb/console/command/cron/execute_all.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/cron/execute_all.php b/phpBB/phpbb/console/command/cron/execute_all.php index bc46fbe81b..f7157f4d3a 100644 --- a/phpBB/phpbb/console/command/cron/execute_all.php +++ b/phpBB/phpbb/console/command/cron/execute_all.php @@ -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(); |