From c3109321a6ca622dda85bf728c8030edab0cf009 Mon Sep 17 00:00:00 2001 From: mayue Date: Wed, 22 Jun 2022 15:04:28 +0800 Subject: [PATCH] * Fix bug #24049; --- module/doc/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/doc/control.php b/module/doc/control.php index bb7a8988da..d72ed905e2 100755 --- a/module/doc/control.php +++ b/module/doc/control.php @@ -482,6 +482,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->lib = $lib; $this->view->libs = $this->doc->getLibs('all', $extra = 'withObject|noBook', $libID, $objectID); $this->view->groups = $this->loadModel('group')->getPairs(); $this->view->users = $this->user->getPairs('noletter|noclosed|nodeleted', $doc->users);