This commit is contained in:
mayue
2022-06-30 16:15:10 +08:00
parent c216e570a9
commit 2e3416c4c8
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -483,6 +483,7 @@ class doc extends control
$this->view->moduleOptionMenu = $this->tree->getOptionMenu($libID, 'doc', $startModuleID = 0);
$this->view->type = $type;
$this->view->libs = $this->doc->getLibs('all', $extra = 'withObject|noBook', $libID, $objectID);
$this->view->lib = $lib;
$this->view->groups = $this->loadModel('group')->getPairs();
$this->view->users = $this->user->getPairs('noletter|noclosed|nodeleted', $doc->users);
$this->display();