aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/bin/phpbbcli.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-07-17 16:54:42 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-07-17 16:54:42 +0200
commite78a6046ca8f90e11527590ecd9c4ce0c8ecbe18 (patch)
tree4174488d795d44ef3adee910dcde1542d5e466e9 /phpBB/bin/phpbbcli.php
parentf784510494b3958f997d7777aac3bc6378809432 (diff)
downloadforums-e78a6046ca8f90e11527590ecd9c4ce0c8ecbe18.tar
forums-e78a6046ca8f90e11527590ecd9c4ce0c8ecbe18.tar.gz
forums-e78a6046ca8f90e11527590ecd9c4ce0c8ecbe18.tar.bz2
forums-e78a6046ca8f90e11527590ecd9c4ce0c8ecbe18.tar.xz
forums-e78a6046ca8f90e11527590ecd9c4ce0c8ecbe18.zip
[ticket/12663] Have cli.php language file at top level; unrelated to ACP.
PHPBB3-12663
Diffstat (limited to 'phpBB/bin/phpbbcli.php')
-rwxr-xr-xphpBB/bin/phpbbcli.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/bin/phpbbcli.php b/phpBB/bin/phpbbcli.php
index 2d1a16b05d..ca425ad0c4 100755
--- a/phpBB/bin/phpbbcli.php
+++ b/phpBB/bin/phpbbcli.php
@@ -60,7 +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');
+$user->add_lang('cli');
$application = new \phpbb\console\application('phpBB Console', PHPBB_VERSION, $user);
$application->register_container_commands($phpbb_container->get('console.command_collection'));