mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
Application\Web: use same request everywhere
This commit is contained in:
parent
dfe2448921
commit
7d6fd45466
@ -178,7 +178,7 @@ class Web extends ApplicationBootstrap
|
|||||||
*/
|
*/
|
||||||
public function dispatch()
|
public function dispatch()
|
||||||
{
|
{
|
||||||
$this->frontController->dispatch(new Request(), new Response());
|
$this->frontController->dispatch($this->request, new Response());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user