mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix missing lang in trash module
This commit is contained in:
parent
b5b74644e5
commit
9fc6378afe
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,10 @@ class trashAdminView extends trash
|
|||
*/
|
||||
function init()
|
||||
{
|
||||
// 문서 및 댓글 모듈 lang 파일 로딩
|
||||
Context::loadLang('./modules/document/lang');
|
||||
Context::loadLang('./modules/comment/lang');
|
||||
|
||||
// 템플릿 경로 지정 (board의 경우 tpl에 관리자용 템플릿 모아놓음)
|
||||
$template_path = sprintf("%stpl/",$this->module_path);
|
||||
$this->setTemplatePath($template_path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue