mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-24 14:36:09 -04:00
Changed the function name from "exportEvents" to "downloadEvents" (event.php)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user