From 8a496f5d172fa301c19147dfe3239b42ee7547d7 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 4 Jun 2024 09:39:22 -0400 Subject: [PATCH] Remove extra comma that now breaks php --- web/includes/download_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/includes/download_functions.php b/web/includes/download_functions.php index c921e771c..775396897 100644 --- a/web/includes/download_functions.php +++ b/web/includes/download_functions.php @@ -23,7 +23,7 @@ function exportEvents( $export_root, $exportFormat, $exportCompressed, - $exportStructure = false, + $exportStructure = false ) { if (!(canView('Events') or canView('Snapshots'))) {