mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +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();
|
||||
|
||||
// TODO: We should not be required to do this. Please check dispatch()
|
||||
$this->app->getfrontController()->addControllerDirectory(
|
||||
$this->app->getFrontController()->addControllerDirectory(
|
||||
$this->getControllerDir(),
|
||||
$this->getName()
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user