From fc491ab12ced1778c41a2aec2fcbab7d40b302a7 Mon Sep 17 00:00:00 2001 From: IgorA100 Date: Thu, 18 Dec 2025 00:52:36 +0300 Subject: [PATCH] Changed the function name from "exportEvents" to "downloadEvents" (event.php) --- web/ajax/event.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/ajax/event.php b/web/ajax/event.php index f56361043..284544ab6 100644 --- a/web/ajax/event.php +++ b/web/ajax/event.php @@ -135,7 +135,7 @@ if ( canView('Events') or canView('Snapshots') ) { ZM\Debug("No filter"); } - if ( $exportFile = exportEvents( + if ( $exportFile = downloadEvents( $exportIds, $exportFileName, $exportFormat, @@ -148,7 +148,7 @@ if ( canView('Events') or canView('Snapshots') ) { )); } else { - ajaxError('Export Failed'); + ajaxError('Download generation Failed'); } break; }