Changed the function name from "exportEvents" to "downloadEvents" (event.php)

This commit is contained in:
IgorA100
2025-12-18 00:52:36 +03:00
committed by GitHub
parent 4c98fcf47e
commit fc491ab12c

View File

@@ -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;
}