aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2014-07-24 01:12:40 +0530
committerDhruv <dhruv.goel92@gmail.com>2014-07-24 01:12:40 +0530
commit653185610873e4629ffc929ace2b72e2fe41704d (patch)
treec9b8ff1089b59947eac1ce561f5e5840e07d526f /phpBB
parent91b0e75cc7af68e1dcd72b637f9b99d8f139908d (diff)
downloadforums-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.php2
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>');
}
}
}