mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
Embedded "light" web bootstrapping adapted new module loading
This commit is contained in:
parent
6096b23a76
commit
c68bce2f3d
@ -57,6 +57,7 @@ class EmbeddedWeb extends ApplicationBootstrap
|
|||||||
return $this->setupConfig()
|
return $this->setupConfig()
|
||||||
->setupErrorHandling()
|
->setupErrorHandling()
|
||||||
->setupTimezone()
|
->setupTimezone()
|
||||||
->setupModules();
|
->setupModuleManager()
|
||||||
|
->loadEnabledModules();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user