mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/14895] Fix broken tests
PHPBB3-14895
This commit is contained in:
@@ -81,13 +81,13 @@ class cron_list extends \phpbb\console\command\command
|
||||
|
||||
if (!empty($ready_tasks))
|
||||
{
|
||||
$io->section($this->user->lang('TASKS_READY'));
|
||||
$io->title($this->user->lang('TASKS_READY'));
|
||||
$io->listing($ready_tasks);
|
||||
}
|
||||
|
||||
if (!empty($not_ready_tasks))
|
||||
{
|
||||
$io->section($this->user->lang('TASKS_NOT_READY'));
|
||||
$io->title($this->user->lang('TASKS_NOT_READY'));
|
||||
$io->listing($not_ready_tasks);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user