From 46350581abe0cec9363747db137d948a1311878c Mon Sep 17 00:00:00 2001 From: BJRambo Date: Tue, 17 May 2016 07:48:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=EC=9D=84=20=ED=95=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8A=94=20=EB=B3=80=EC=88=98=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/trash/trash.admin.view.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/trash/trash.admin.view.php b/modules/trash/trash.admin.view.php index 82ea6d814..b21fcce4c 100644 --- a/modules/trash/trash.admin.view.php +++ b/modules/trash/trash.admin.view.php @@ -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);