mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
Merge pull request #3487 from Icinga/fix/web-bootstrap
Bootstrap modules at last
This commit is contained in:
commit
b12b905076
@ -89,9 +89,6 @@ class Web extends EmbeddedWeb
|
|||||||
->setupNotifications()
|
->setupNotifications()
|
||||||
->setupResponse()
|
->setupResponse()
|
||||||
->setupZendMvc()
|
->setupZendMvc()
|
||||||
->setupModuleManager()
|
|
||||||
->loadSetupModuleIfNecessary()
|
|
||||||
->loadEnabledModules()
|
|
||||||
->setupRoute()
|
->setupRoute()
|
||||||
->setupPagination()
|
->setupPagination()
|
||||||
->setupUserBackendFactory()
|
->setupUserBackendFactory()
|
||||||
@ -99,7 +96,10 @@ class Web extends EmbeddedWeb
|
|||||||
->setupTimezone()
|
->setupTimezone()
|
||||||
->setupLogger()
|
->setupLogger()
|
||||||
->setupInternationalization()
|
->setupInternationalization()
|
||||||
->setupFatalErrorHandling();
|
->setupFatalErrorHandling()
|
||||||
|
->setupModuleManager()
|
||||||
|
->loadSetupModuleIfNecessary()
|
||||||
|
->loadEnabledModules();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user