Modify add lang file (module page)

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9095 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2011-09-07 12:08:00 +00:00
parent afa0bd2e68
commit f651391051
4 changed files with 87 additions and 113 deletions

View file

@ -60,7 +60,7 @@
Context::set('favoriteModuleList', $favoriteModuleList);
Context::set('module_list', $module_list);
// Set a template file
$this->setTemplateFile('spInstalledModule');
$this->setTemplateFile('module_list');
}