From c578e38ee8ec47e38d349cf54a75bd44c81f665e Mon Sep 17 00:00:00 2001 From: estellbright <1457749147@qq.com> Date: Tue, 24 Apr 2018 10:07:00 +0800 Subject: [PATCH] * Fix Bug #1524. --- module/action/view/trash.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/action/view/trash.html.php b/module/action/view/trash.html.php index b09a3818d8..cc0e677ca7 100755 --- a/module/action/view/trash.html.php +++ b/module/action/view/trash.html.php @@ -41,7 +41,7 @@ objectType == 'user' ? "account={$action->objectName}" : "id={$action->objectID}"; - if($module == 'doclib') + if($module == 'doclib' or $module == 'module') { echo $action->objectName; }