Fix #866 content encoding error when saving widget page content

This commit is contained in:
Kijin Sung 2017-07-04 17:45:36 +09:00
parent 55af3f252e
commit 99d8383a37

View file

@ -134,6 +134,7 @@ class widgetController extends widget
$obj->module_srl = $module_srl;
$obj->content = $content;
$obj->document_srl = $document_srl;
$obj->use_editor = 'Y';
$oDocument = $oDocumentModel->getDocument($obj->document_srl);
if($oDocument->isExists() && $oDocument->document_srl == $obj->document_srl)