mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
Web::bootstrap(): set up the request before setting up the session
refs #11187
This commit is contained in:
parent
ad3ca513c9
commit
923e902957
@ -82,9 +82,9 @@ class Web extends EmbeddedWeb
|
||||
->setupLogging()
|
||||
->setupErrorHandling()
|
||||
->loadConfig()
|
||||
->setupRequest()
|
||||
->setupSession()
|
||||
->setupNotifications()
|
||||
->setupRequest()
|
||||
->setupResponse()
|
||||
->setupZendMvc()
|
||||
->setupModuleManager()
|
||||
|
Loading…
x
Reference in New Issue
Block a user