From a20f580a5db0366e5971421494e96e4f8ec6f43e Mon Sep 17 00:00:00 2001 From: tianshujie98 Date: Mon, 26 Apr 2021 17:29:18 +0800 Subject: [PATCH] * Fix bug #12402. --- module/action/view/trash.html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/action/view/trash.html.php b/module/action/view/trash.html.php index 918bd224d7..d29da838b8 100755 --- a/module/action/view/trash.html.php +++ b/module/action/view/trash.html.php @@ -54,8 +54,8 @@ $methodName = 'view'; if($module == 'caselib') { - $methodName = 'libview'; - $module = 'testsuite'; + $methodName = 'view'; + $module = 'caselib'; } if(isset($config->action->customFlows[$action->objectType])) {