mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
getBrowserTitle()이 동작하지 않는 문제 수정
값을 return 해주지 않아 정상적으로 동작하지 않는 문제 수정.
This commit is contained in:
parent
eb2d12ee4c
commit
50b723eb79
1 changed files with 1 additions and 1 deletions
|
|
@ -1138,7 +1138,7 @@ class documentItem extends Object
|
|||
|
||||
function getBrowserTitle()
|
||||
{
|
||||
$this->getModuleName();
|
||||
return $this->getModuleName();
|
||||
}
|
||||
}
|
||||
/* End of file document.item.php */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue