mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
위젯을 출력할때 document 모듈 내용의 xe_content className 출력하지 않도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5321 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1cc4e83063
commit
e711c039e3
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@
|
||||||
case 'widgetContent' :
|
case 'widgetContent' :
|
||||||
if($args->document_srl) {
|
if($args->document_srl) {
|
||||||
$oDocument = $oDocumentModel->getDocument($args->document_srl);
|
$oDocument = $oDocumentModel->getDocument($args->document_srl);
|
||||||
$body = $oDocument->getContent(false,false,false);
|
$body = $oDocument->getContent(false,false,false, false);
|
||||||
} else {
|
} else {
|
||||||
$body = base64_decode($args->body);
|
$body = base64_decode($args->body);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue