mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-08 09:46:46 +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
|
$this
|
||||||
->setName('cron:list')
|
->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