From f784510494b3958f997d7777aac3bc6378809432 Mon Sep 17 00:00:00 2001 From: Carlo Date: Thu, 17 Jul 2014 01:16:04 +0200 Subject: [ticket/12663] Extract CLI language string into their own file PHPBB3-12663 --- phpBB/bin/phpbbcli.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/bin/phpbbcli.php') 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')); -- cgit v1.2.1