diff --git a/module/doc/control.php b/module/doc/control.php index a2a30f8ebd..748d88e8c6 100755 --- a/module/doc/control.php +++ b/module/doc/control.php @@ -1211,6 +1211,7 @@ class doc extends control $this->view->objectType = $objectType; $this->view->type = $type; $this->view->libID = $libID; + $this->view->moduleID = $doc->module; $this->view->lib = isset($libs[$libID]) ? $libs[$libID] : new stdclass(); $this->view->libs = $this->doc->getLibsByObject($type, $objectID); $this->view->canBeChanged = common::canModify($type, $object); // Determines whether an object is editable. diff --git a/module/doc/view/view.html.php b/module/doc/view/view.html.php index c6cdff3107..d2ce3b9320 100644 --- a/module/doc/view/view.html.php +++ b/module/doc/view/view.html.php @@ -23,6 +23,12 @@
+