* Fix bug#11829.

This commit is contained in:
qiyu-xie
2021-04-09 13:10:58 +08:00
parent 1c3e2539a2
commit fc8e2f35ed
+1 -1
View File
@@ -519,7 +519,7 @@ class doc extends control
$this->view->doc = $doc;
$this->view->moduleOptionMenu = $this->tree->getOptionMenu($libID, 'doc', $startModuleID = 0);
$this->view->type = $type;
$this->view->libs = $this->doc->getLibs('all', $extra = 'withObject|noBook');
$this->view->libs = $this->doc->getLibs('all', $extra = 'withObject|noBook', $libID);
$this->view->groups = $this->loadModel('group')->getPairs();
$this->view->users = $this->user->getPairs('noletter|noclosed|nodeleted', $doc->users);
$this->display();