mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Static controller parameter must match registered route
This commit is contained in:
parent
db6dbdd381
commit
3cfa05d420
@ -489,7 +489,7 @@ class Module
|
|||||||
array(
|
array(
|
||||||
'controller' => 'static',
|
'controller' => 'static',
|
||||||
'action' =>'javascript',
|
'action' =>'javascript',
|
||||||
'moduleName' => $this->name
|
'module_name' => $this->name
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
@ -500,7 +500,7 @@ class Module
|
|||||||
array(
|
array(
|
||||||
'controller' => 'static',
|
'controller' => 'static',
|
||||||
'action' => 'img',
|
'action' => 'img',
|
||||||
'moduleName' => $this->name
|
'module_name' => $this->name
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user