mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
fix #551 페이지 모듈에서 다국어 문서 적용이 안 되는 문제 해결
This commit is contained in:
parent
1309ad4807
commit
a6915bbed8
1 changed files with 1 additions and 1 deletions
|
|
@ -139,13 +139,13 @@ class documentItem extends Object
|
|||
}
|
||||
|
||||
$oDocumentModel = getModel('document');
|
||||
$GLOBALS['XE_DOCUMENT_LIST'][$this->document_srl] = $this;
|
||||
if($load_extra_vars)
|
||||
{
|
||||
$oDocumentModel->getDocumentExtraVarsFromDB($this->document_srl);
|
||||
$this->add('title', $this->get('title'));
|
||||
$this->add('content', $this->get('content'));
|
||||
}
|
||||
$GLOBALS['XE_DOCUMENT_LIST'][$this->document_srl] = $this;
|
||||
}
|
||||
|
||||
function isExists()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue