Skip to content

Commit

Permalink
Load core modules also when bootstrapping the CLI
Browse files Browse the repository at this point in the history
refs #7163
  • Loading branch information
Johannes Meyer committed Nov 11, 2014
1 parent 5009083 commit f12473d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/Icinga/Application/Cli.php
Expand Up @@ -43,7 +43,8 @@ protected function bootstrap()
->parseBasicParams()
->setupLogger()
->setupResourceFactory()
->setupModuleManager();
->setupModuleManager()
->loadCoreModules();
}

protected function setupLogging()
Expand Down

0 comments on commit f12473d

Please sign in to comment.