Merge branch 'ent-7052-entities-en-nombre-de-eventos' into 'develop'

remove entities when add comment

See merge request artica/pandorafms!3839
This commit is contained in:
Daniel Rodriguez 2021-04-06 16:58:05 +00:00
commit 1b32ad83ff
1 changed files with 2 additions and 1 deletions

View File

@ -5152,7 +5152,8 @@ function events_page_comments($event, $ajax=false)
$childrens_ids
))) && $config['show_events_in_local'] == false || $config['event_replication'] == false
) {
$comments_form = '<br><div id="comments_form" class="w98p">';
$event['evento'] = io_safe_output($event['evento']);
$comments_form = '<br><div id="comments_form" style="width:98%;">';
$comments_form .= html_print_textarea(
'comment',
3,