mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
최근글/탭형최근글/웹진형/컨텐츠 위젯에서 문서의 다국어 지원 코드 보강
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5856 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0ae85d1e00
commit
0c6da5ac66
4 changed files with 10 additions and 4 deletions
|
|
@ -109,9 +109,11 @@
|
|||
foreach($output->data as $k => $v) {
|
||||
$oDocument = null;
|
||||
$oDocument = $oDocumentModel->getDocument();
|
||||
$oDocument->setAttribute($v);
|
||||
$oDocument->setAttribute($v, false);
|
||||
$GLOBALS['XE_DOCUMENT_LIST'][$oDocument->document_srl] = $oDocument;
|
||||
$tab_list[$mid]->document_list[] = $oDocument;
|
||||
}
|
||||
$oDocumentModel->setToAllDocumentExtraVars();
|
||||
} else {
|
||||
$tab_list[$mid]->document_list = array();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue