Skip to content

Commit

Permalink
Merge pull request #987 from GregMage/issue986
Browse files Browse the repository at this point in the history
Fix: #986 Comment text is …
  • Loading branch information
geekwright committed Mar 18, 2021
2 parents 9e0f855 + 913a189 commit f9c2a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/include/comment_form.php
Expand Up @@ -68,7 +68,7 @@
'width' => '100%',
'height' => '400px',
'editor' => $editor);
$cform->addElement(new XoopsFormEditor(_CM_MESSAGE, 'com_text', $configs, false, $onfailure = 'textarea'));
$cform->addElement(new XoopsFormEditor(_CM_MESSAGE, 'com_text', $configs, false, $onfailure = 'textarea'), true);
} else {
$cform->addElement(new XoopsFormDhtmlTextArea(_CM_MESSAGE, 'com_text', $com_text, 10, 50), true);
}
Expand Down

0 comments on commit f9c2a75

Please sign in to comment.