Static controller parameter must match registered route

This commit is contained in:
Thomas Gelf 2014-02-14 13:40:10 +00:00
parent db6dbdd381
commit 3cfa05d420
1 changed files with 2 additions and 2 deletions

View File

@ -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
)
)
);