mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Fix #866 content encoding error when saving widget page content
This commit is contained in:
parent
55af3f252e
commit
99d8383a37
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue