mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +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
|
|
@ -237,7 +237,7 @@
|
|||
if(count($output->data)) {
|
||||
foreach($output->data as $key => $attribute) {
|
||||
$oDocument = new documentItem();
|
||||
$oDocument->setAttribute($attribute);
|
||||
$oDocument->setAttribute($attribute, false);
|
||||
$GLOBALS['XE_DOCUMENT_LIST'][$oDocument->document_srl] = $oDocument;
|
||||
$document_srls[] = $oDocument->document_srl;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue