mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12602] Correction of the output message for the cron list
PHPBB3-12602
This commit is contained in:
parent
58d7302b49
commit
dc7be4f273
1 changed files with 1 additions and 1 deletions
|
@ -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'))
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue