mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
변수 초기화 안된것 초기화
This commit is contained in:
parent
476c608879
commit
0b53a1c115
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue