위젯을 출력할때 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:
zero 2009-01-12 03:30:23 +00:00
parent 1cc4e83063
commit e711c039e3

View file

@ -132,7 +132,7 @@
case 'widgetContent' :
if($args->document_srl) {
$oDocument = $oDocumentModel->getDocument($args->document_srl);
$body = $oDocument->getContent(false,false,false);
$body = $oDocument->getContent(false,false,false, false);
} else {
$body = base64_decode($args->body);
}