diff --git a/modules/trash/tpl/trash_list.html b/modules/trash/tpl/trash_list.html
index 6a252cb8f..6cabb10ec 100644
--- a/modules/trash/tpl/trash_list.html
+++ b/modules/trash/tpl/trash_list.html
@@ -56,7 +56,7 @@ var no_text_comment = '{$lang->no_text_comment}';
- {$module_list[$oTrashVO->unserializedObject['module_srl']]->browser_title} -
+ {$module_list[$oTrashVO->unserializedObject['module_srl']]->browser_title} -
{$oTrashVO->getTitle()}
@@ -129,10 +129,10 @@ var no_text_comment = '{$lang->no_text_comment}';
-
+
{$lang->cmd_cancel}
diff --git a/modules/trash/trash.admin.view.php b/modules/trash/trash.admin.view.php
index 277b08e44..f965dcf99 100644
--- a/modules/trash/trash.admin.view.php
+++ b/modules/trash/trash.admin.view.php
@@ -59,6 +59,7 @@ class TrashAdminView extends Trash
$oTrashModel = getModel('trash');
$output = $oTrashModel->getTrashList($args);
+ Context::set('originModule', strval($args->originModule));
Context::set('trash_list', $output->data);
Context::set('total_count', $output->total_count);
Context::set('total_page', $output->total_page);
|