mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
사용을 하지 않는 변수제거
This commit is contained in:
parent
c8da469758
commit
46350581ab
1 changed files with 0 additions and 4 deletions
|
|
@ -38,10 +38,6 @@ class trashAdminView extends trash
|
|||
$oTrashModel = getModel('trash');
|
||||
$output = $oTrashModel->getTrashList($args);
|
||||
|
||||
// for no text comment language and for document manange language
|
||||
$oCommentModel = getModel('comment');
|
||||
$oDocumentModel = getModel('document');
|
||||
|
||||
Context::set('trash_list', $output->data);
|
||||
Context::set('total_count', $output->total_count);
|
||||
Context::set('total_page', $output->total_page);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue