aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install_new/phpbbcli.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-10-07 14:47:23 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-10-07 14:47:23 +0200
commitda4d6dfa28bff4a869277fe1ca102ce46ead7ef4 (patch)
treef8c34183520c6f37745bef367c7b42277406f068 /phpBB/install_new/phpbbcli.php
parentd7109fb130511c213859ede614a11e9fbccf0c75 (diff)
parentd13d66fc01688e0e9f49bae5cf368dc16220aa40 (diff)
downloadforums-da4d6dfa28bff4a869277fe1ca102ce46ead7ef4.tar
forums-da4d6dfa28bff4a869277fe1ca102ce46ead7ef4.tar.gz
forums-da4d6dfa28bff4a869277fe1ca102ce46ead7ef4.tar.bz2
forums-da4d6dfa28bff4a869277fe1ca102ce46ead7ef4.tar.xz
forums-da4d6dfa28bff4a869277fe1ca102ce46ead7ef4.zip
Merge pull request #3857 from Nicofuma/ticket/14124
[ticket/14124] Automatically translate exceptions in CLI
Diffstat (limited to 'phpBB/install_new/phpbbcli.php')
-rw-r--r--phpBB/install_new/phpbbcli.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install_new/phpbbcli.php b/phpBB/install_new/phpbbcli.php
index 508d051945..c1e9a9eaef 100644
--- a/phpBB/install_new/phpbbcli.php
+++ b/phpBB/install_new/phpbbcli.php
@@ -62,5 +62,6 @@ $language = $phpbb_installer_container->get('language');
$language->add_lang(array('common', 'acp/common', 'acp/board', 'install_new', 'posting', 'cli'));
$application = new \phpbb\console\application('phpBB Installer', PHPBB_VERSION, $language);
+$application->setDispatcher($phpbb_installer_container->get('dispatcher'));
$application->register_container_commands($phpbb_installer_container->get('console.installer.command_collection'));
$application->run($input);