mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
Module
: Use correct name case for Web::getFrontController()
method
This commit is contained in:
parent
381aee94d1
commit
1c0480d484
@ -1315,7 +1315,7 @@ class Module
|
|||||||
$router = $this->app->getFrontController()->getRouter();
|
$router = $this->app->getFrontController()->getRouter();
|
||||||
|
|
||||||
// TODO: We should not be required to do this. Please check dispatch()
|
// TODO: We should not be required to do this. Please check dispatch()
|
||||||
$this->app->getfrontController()->addControllerDirectory(
|
$this->app->getFrontController()->addControllerDirectory(
|
||||||
$this->getControllerDir(),
|
$this->getControllerDir(),
|
||||||
$this->getName()
|
$this->getName()
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user