* Handle feedback #1707.

This commit is contained in:
hufangzhou
2022-12-09 06:37:38 +00:00
parent 756389a53a
commit 6f9d1f9fdb
+1 -1
View File
@@ -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. */