Embedded "light" web bootstrapping adapted new module loading

This commit is contained in:
Thomas Gelf 2014-02-14 13:22:15 +00:00
parent 6096b23a76
commit c68bce2f3d
1 changed files with 2 additions and 1 deletions

View File

@ -57,6 +57,7 @@ class EmbeddedWeb extends ApplicationBootstrap
return $this->setupConfig()
->setupErrorHandling()
->setupTimezone()
->setupModules();
->setupModuleManager()
->loadEnabledModules();
}
}