에디터컴포넌트 캐시 저장후 변수값에 따라 오류가 발생하는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6410 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-05-26 05:58:34 +00:00
parent 977e94c0d8
commit 249ac0dd79

View file

@ -611,6 +611,7 @@
FileHandler::writeFile($cache_file, $buff, "w");
unset($xml_info);
include($cache_file);
return $xml_info;
}