From 713e5f7a3d4f77dc3e740b49f933d659ffa76eac Mon Sep 17 00:00:00 2001 From: Tosin Oguntuyi Date: Thu, 12 Dec 2024 14:30:53 +0100 Subject: [PATCH] Remove unused parameter --- includes/routes/event/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } }