mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +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(
|
||||
'controller' => 'static',
|
||||
'action' =>'javascript',
|
||||
'moduleName' => $this->name
|
||||
'module_name' => $this->name
|
||||
)
|
||||
)
|
||||
);
|
||||
@ -500,7 +500,7 @@ class Module
|
||||
array(
|
||||
'controller' => 'static',
|
||||
'action' => 'img',
|
||||
'moduleName' => $this->name
|
||||
'module_name' => $this->name
|
||||
)
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user