From 933168549b22e282929d794f32d4d9f642934837 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 17 Oct 2023 13:42:42 +0800 Subject: [PATCH] * Fix an error of the annex lib. --- module/doc/control.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module/doc/control.php b/module/doc/control.php index 063b87d006..df812cd49c 100755 --- a/module/doc/control.php +++ b/module/doc/control.php @@ -1038,6 +1038,11 @@ class doc extends control $this->view->libTree = $this->doc->getLibTree(0, $libs, $type, 0, $objectID); $this->view->objectDropdown = $objectDropdown; $this->view->searchTitle = $searchTitle; + $this->view->linkParams = "objectID=$objectID&%s&browseType=&orderBy=status,id_desc¶m=0"; + $this->view->spaceType = $type; + $this->view->objectType = $type; + $this->view->libID = 0; + $this->view->moduleID = 0; $this->display(); }