mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
대버깅 코드 제거.
This commit is contained in:
parent
3ab526eac2
commit
16a4b50813
2 changed files with 0 additions and 2 deletions
|
|
@ -308,7 +308,6 @@ class moduleAdminView extends module
|
||||||
|
|
||||||
$oSecurity = new Security();
|
$oSecurity = new Security();
|
||||||
$oSecurity->encodeHTML('filebox_list..comment', 'filebox_list..attributes.');
|
$oSecurity->encodeHTML('filebox_list..comment', 'filebox_list..attributes.');
|
||||||
debugPrint($output->data);
|
|
||||||
$this->setTemplateFile('adminFileBox');
|
$this->setTemplateFile('adminFileBox');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,6 @@ class trashAdminView extends trash
|
||||||
Context::set('total_page', $output->total_page);
|
Context::set('total_page', $output->total_page);
|
||||||
Context::set('page', $output->page);
|
Context::set('page', $output->page);
|
||||||
Context::set('page_navigation', $output->page_navigation);
|
Context::set('page_navigation', $output->page_navigation);
|
||||||
debugPrint($output->data);
|
|
||||||
|
|
||||||
// 템플릿 파일 지정
|
// 템플릿 파일 지정
|
||||||
$this->setTemplateFile('trash_list');
|
$this->setTemplateFile('trash_list');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue