diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-07-17 16:54:42 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-07-17 16:54:42 +0200 |
commit | e78a6046ca8f90e11527590ecd9c4ce0c8ecbe18 (patch) | |
tree | 4174488d795d44ef3adee910dcde1542d5e466e9 /phpBB | |
parent | f784510494b3958f997d7777aac3bc6378809432 (diff) | |
download | forums-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')
-rwxr-xr-x | phpBB/bin/phpbbcli.php | 2 | ||||
-rw-r--r-- | phpBB/language/en/cli.php (renamed from phpBB/language/en/acp/cli.php) | 0 |
2 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')); diff --git a/phpBB/language/en/acp/cli.php b/phpBB/language/en/cli.php index e9eb26b154..e9eb26b154 100644 --- a/phpBB/language/en/acp/cli.php +++ b/phpBB/language/en/cli.php |