mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
ModuleActionController: fix typo
This commit is contained in:
parent
997587d729
commit
61600ae2d4
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
namespace Icinga\Web\Controller;
|
namespace Icinga\Web\Controller;
|
||||||
|
|
||||||
|
use Icinga\Application\Config;
|
||||||
use Zend_Controller_Request_Abstract as Request;
|
use Zend_Controller_Request_Abstract as Request;
|
||||||
use Zend_Controller_Response_Abstract as Response;
|
use Zend_Controller_Response_Abstract as Response;
|
||||||
|
|
||||||
@ -30,7 +31,7 @@ class ModuleActionController extends ActionController
|
|||||||
|
|
||||||
$this->moduleName = $module;
|
$this->moduleName = $module;
|
||||||
|
|
||||||
if ($tile === null) {
|
if ($file === null) {
|
||||||
if ($this->config === null) {
|
if ($this->config === null) {
|
||||||
$this->config = Config::module($module);
|
$this->config = Config::module($module);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user