1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-31 19:49:20 +02:00

[ticket/12663] Have cli.php language file at top level; unrelated to ACP.

PHPBB3-12663
This commit is contained in:
Andreas Fischer 2014-07-17 16:54:42 +02:00
parent f784510494
commit e78a6046ca
2 changed files with 1 additions and 1 deletions

View File

@ -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'));