최근글/탭형최근글/웹진형/컨텐츠 위젯에서 문서의 다국어 지원 코드 보강

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5856 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-03-12 05:00:33 +00:00
parent 0ae85d1e00
commit 0c6da5ac66
4 changed files with 10 additions and 4 deletions

View file

@ -77,10 +77,12 @@
$oDocument = null;
$oDocument = new documentItem();
$oDocument->setAttribute($attribute);
$oDocument->setAttribute($attribute, false);
$GLOBALS['XE_DOCUMENT_LIST'][$oDocument->document_srl] = $oDocument;
$document_list[$key] = $oDocument;
}
$oDocumentModel->setToAllDocumentExtraVars();
} else {
$document_list = array();