mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6348 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2ae51eca34
commit
130c9d7f51
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
static $checked_documents = array();
|
||||
|
||||
// XE에서 모든 문서 객체는 XE_DOCUMENT_LIST라는 전역 변수에 세팅을 함
|
||||
if(!count($GLOBALS['XE_DOCUMENT_LIST'])) continue;
|
||||
if(!count($GLOBALS['XE_DOCUMENT_LIST'])) return;
|
||||
|
||||
// 모든 호출된 문서 객체를 찾아서 확장변수가 설정되었는지를 확인
|
||||
$document_srls = array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue