remove extra ,

This commit is contained in:
Isaac Connor 2021-11-10 14:23:36 -05:00
parent 14e578cdb2
commit 529e889d99
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ if ( canView('Events') or canView('Snapshots') ) {
$exportFormat,
$exportCompress,
$exportStructure,
(!empty($_REQUEST['exportFile'])?$_REQUEST['exportFile']:'zmExport'),
(!empty($_REQUEST['exportFile'])?$_REQUEST['exportFile']:'zmExport')
)) {
ajaxResponse(array('exportFile'=>$exportFile));
} else {