From 130c9d7f51c973edbb9e634754463d768aca561e Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 21 May 2009 09:24:16 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6348 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/document/document.model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/document/document.model.php b/modules/document/document.model.php index 40cb8d254..f11703ee1 100644 --- a/modules/document/document.model.php +++ b/modules/document/document.model.php @@ -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();