aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/bin/phpbbcli.php
diff options
context:
space:
mode:
authorCarlo <carlo@phpbbitalia.net>2014-07-17 01:16:04 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-07-17 16:53:33 +0200
commitf784510494b3958f997d7777aac3bc6378809432 (patch)
tree7be1c2080a586759b9431137c8c46d2a3fb6213b /phpBB/bin/phpbbcli.php
parent42477861a45935b10285a1434f4ffaf5b199c5c2 (diff)
downloadforums-f784510494b3958f997d7777aac3bc6378809432.tar
forums-f784510494b3958f997d7777aac3bc6378809432.tar.gz
forums-f784510494b3958f997d7777aac3bc6378809432.tar.bz2
forums-f784510494b3958f997d7777aac3bc6378809432.tar.xz
forums-f784510494b3958f997d7777aac3bc6378809432.zip
[ticket/12663] Extract CLI language string into their own file
PHPBB3-12663
Diffstat (limited to 'phpBB/bin/phpbbcli.php')
-rwxr-xr-xphpBB/bin/phpbbcli.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/bin/phpbbcli.php b/phpBB/bin/phpbbcli.php
index 89bad94184..2d1a16b05d 100755
--- a/phpBB/bin/phpbbcli.php
+++ b/phpBB/bin/phpbbcli.php
@@ -60,6 +60,7 @@ require($phpbb_root_path . 'includes/compatibility_globals.' . $phpEx);
$user = $phpbb_container->get('user');
$user->add_lang('acp/common');
+$user->add_lang('acp/cli');
$application = new \phpbb\console\application('phpBB Console', PHPBB_VERSION, $user);
$application->register_container_commands($phpbb_container->get('console.command_collection'));