aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/bin/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/bin/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/bin/phpbbcli.php')
-rwxr-xr-xphpBB/bin/phpbbcli.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/bin/phpbbcli.php b/phpBB/bin/phpbbcli.php
index e5992f7536..e1f81662d2 100755
--- a/phpBB/bin/phpbbcli.php
+++ b/phpBB/bin/phpbbcli.php
@@ -77,5 +77,6 @@ $user->add_lang('cli');
$lang = $phpbb_container->get('language');
$application = new \phpbb\console\application('phpBB Console', PHPBB_VERSION, $lang);
+$application->setDispatcher($phpbb_container->get('dispatcher'));
$application->register_container_commands($phpbb_container->get('console.command_collection'));
$application->run($input);