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:
parent
f784510494
commit
e78a6046ca
@ -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'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user