diff --git a/lib/Alchemy/Phrasea/CLI.php b/lib/Alchemy/Phrasea/CLI.php index f832751e73..cf887d9e38 100644 --- a/lib/Alchemy/Phrasea/CLI.php +++ b/lib/Alchemy/Phrasea/CLI.php @@ -65,6 +65,8 @@ class CLI extends Application */ public function runCLI($interactive = false) { + $this->boot(); + $app = $this['console']; if ($interactive) { $app = new Console\Shell($app);