diff --git a/includes/routes/event/list.php b/includes/routes/event/list.php index b31eb203..21c44978 100644 --- a/includes/routes/event/list.php +++ b/includes/routes/event/list.php @@ -72,7 +72,7 @@ public function handle(): void { } if ( ! empty( $tmpl_args[ $filter_key ]->event_ids ) ) { - $this->handle_ajax( $format, $filter_key, $tmpl_args ); + $this->handle_ajax( $filter_key, $tmpl_args ); } }