From 6f9d1f9fdbf6fb3bc444d3b758a214dee689d3ff Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Fri, 9 Dec 2022 06:37:38 +0000 Subject: [PATCH] * Handle feedback #1707. --- module/file/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/file/control.php b/module/file/control.php index c19efc9cc2..7bf6ae7588 100755 --- a/module/file/control.php +++ b/module/file/control.php @@ -131,7 +131,7 @@ class file extends control { echo(js::alert($this->lang->file->accessDenied)); if(isonlybody()) return print(js::reload('parent.parent')); - return print(js::locate(helper::createLink('my', 'index'))); + return print(js::locate(helper::createLink('my', 'index'), 'parent.parent')); } /* Judge the mode, down or open. */