Merge pull request #298 from SoneYours/develop

변수 초기화 안된것 초기화
This commit is contained in:
BJRambo 2016-02-19 19:26:54 +09:00
commit fdccaeec43

View file

@ -92,6 +92,7 @@ class documentAdminController extends document
$obj = $oDocument->getObjectVars();
// ISSUE https://github.com/xpressengine/xe-core/issues/32
$args_doc_origin = new stdClass();
$args_doc_origin->document_srl = $document_srl;
$output_ori = executeQuery('document.getDocument', $args_doc_origin, array('content'));
$obj->content = $output_ori->data->content;