getBrowserTitle()이 동작하지 않는 문제 수정

값을 return 해주지 않아 정상적으로 동작하지 않는 문제 수정.
This commit is contained in:
lansi951 2014-01-19 17:21:39 +09:00
parent eb2d12ee4c
commit 50b723eb79

View file

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