diff options
Diffstat (limited to 'phpBB/phpbb/console/command/fixup')
-rw-r--r-- | phpBB/phpbb/console/command/fixup/recalculate_email_hash.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/fixup/recalculate_email_hash.php b/phpBB/phpbb/console/command/fixup/recalculate_email_hash.php index 94592409c5..ec4e1b0ee7 100644 --- a/phpBB/phpbb/console/command/fixup/recalculate_email_hash.php +++ b/phpBB/phpbb/console/command/fixup/recalculate_email_hash.php @@ -32,7 +32,6 @@ class recalculate_email_hash extends \phpbb\console\command\command $this ->setName('fixup:recalculate-email-hash') ->setDescription($this->user->lang('CLI_DESCRIPTION_RECALCULATE_EMAIL_HASH')) - ->setHelp($this->user->lang('CLI_HELP_RECALCULATE_EMAIL_HASH')) ; } |