Merge pull request #342 from lansi951/fix_document_item

getBrowserTitle()이 동작하지 않는 문제 수정
This commit is contained in:
sungbum hong 2014-01-19 06:39:03 -08:00
commit 91e77e90ab

View file

@ -1138,7 +1138,7 @@ class documentItem extends Object
function getBrowserTitle() function getBrowserTitle()
{ {
$this->getModuleName(); return $this->getModuleName();
} }
} }
/* End of file document.item.php */ /* End of file document.item.php */