diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2014-07-24 01:12:40 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2014-07-24 01:12:40 +0530 |
commit | 653185610873e4629ffc929ace2b72e2fe41704d (patch) | |
tree | c9b8ff1089b59947eac1ce561f5e5840e07d526f /phpBB | |
parent | 91b0e75cc7af68e1dcd72b637f9b99d8f139908d (diff) | |
download | forums-653185610873e4629ffc929ace2b72e2fe41704d.tar forums-653185610873e4629ffc929ace2b72e2fe41704d.tar.gz forums-653185610873e4629ffc929ace2b72e2fe41704d.tar.bz2 forums-653185610873e4629ffc929ace2b72e2fe41704d.tar.xz forums-653185610873e4629ffc929ace2b72e2fe41704d.zip |
[ticket/12656] Fix typo
PHPBB3-12656
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/phpbb/console/command/config/delete.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/config/delete.php b/phpBB/phpbb/console/command/config/delete.php index 7923afd182..efd276d7e3 100644 --- a/phpBB/phpbb/console/command/config/delete.php +++ b/phpBB/phpbb/console/command/config/delete.php @@ -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>'); } } } |