diff --git a/modules/document/document.item.php b/modules/document/document.item.php index 0b5e5609e..4d60f1795 100644 --- a/modules/document/document.item.php +++ b/modules/document/document.item.php @@ -1650,6 +1650,10 @@ class DocumentItem extends BaseObject return ModuleModel::getModuleInfoByModuleSrl($this->get('module_srl'))->browser_title; } + /** + * Get the title of the module to which the document belongs. + * @return string + */ function getBrowserTitle() { return $this->getModuleName();