Save comment content style

This commit is contained in:
Kijin Sung 2017-12-09 03:15:57 +09:00
parent 6eca39fd98
commit a8a3c3ef0f

View file

@ -161,6 +161,7 @@ class editorAdminController extends editor
$config->mobile_comment_editor_toolbar = $configVars->mobile_comment_editor_toolbar;
$config->mobile_comment_editor_toolbar_hide = $configVars->mobile_comment_editor_toolbar_hide === 'Y' ? 'Y' : 'N';
$config->content_style = $configVars->content_style;
$config->comment_content_style = $configVars->comment_content_style;
$config->sel_editor_colorset = $configVars->sel_editor_colorset;
$config->sel_comment_editor_colorset = $configVars->sel_comment_editor_colorset;