mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/12602] Correction of the output message for the cron list
PHPBB3-12602
This commit is contained in:
@@ -30,7 +30,7 @@ class cron_list extends \phpbb\console\command\command
|
||||
{
|
||||
$this
|
||||
->setName('cron:list')
|
||||
->setDescription($this->user->lang('CLI_DESCR_CRON_LIST'))
|
||||
->setDescription($this->user->lang('CLI_DESCRIPTION_CRON_LIST'))
|
||||
;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user