added irl to filters, and fixed broken sort

This commit is contained in:
lenovo
2022-11-10 16:06:21 +01:00
parent 0520590230
commit c6a4083e97
4 changed files with 22 additions and 29 deletions

View File

@@ -174,8 +174,6 @@ function mp_get_published_events() {
$event->title = trim($post->post_title, " ");
array_push($events, $event);
}
mp_console_log("events:");
mp_console_log($events);
return $events;
}