mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
Merge pull request #342 from lansi951/fix_document_item
getBrowserTitle()이 동작하지 않는 문제 수정
This commit is contained in:
commit
91e77e90ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue