Fix missing parameter meta on event comments ajax

This commit is contained in:
Calvo 2021-10-29 10:23:56 +02:00
parent dfede4de78
commit 6a2e249af7
1 changed files with 1 additions and 0 deletions

View File

@ -1612,6 +1612,7 @@ if ($get_extended_event) {
data : { data : {
page: "include/ajax/events", page: "include/ajax/events",
get_comments: 1, get_comments: 1,
meta: '.(int) is_metaconsole().',
event: '.json_encode($event).', event: '.json_encode($event).',
}, },
dataType : "html", dataType : "html",