1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-14 12:40:13 +01:00

[ticket/12656] Fix typo

PHPBB3-12656
This commit is contained in:
Dhruv 2014-07-24 01:12:40 +05:30
parent 91b0e75cc7
commit 6531856108

View File

@ -57,7 +57,7 @@ class delete extends command
} }
else 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>');
} }
} }
} }