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…
Reference in New Issue