mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12656] Fix typo
PHPBB3-12656
This commit is contained in:
parent
91b0e75cc7
commit
6531856108
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ class delete extends command
|
|||
}
|
||||
else
|
||||
{
|
||||
$output->writeln('<error>' . $this->user->lang('CLI_CONFIG_NOT_EXISTS', $key) . '</error>'');
|
||||
$output->writeln('<error>' . $this->user->lang('CLI_CONFIG_NOT_EXISTS', $key) . '</error>');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue