remove extra ,
This commit is contained in:
parent
601df481ed
commit
bbf1269e6f
|
@ -93,7 +93,7 @@ if ( canView('Events') or canView('Snapshots') ) {
|
||||||
$exportFormat,
|
$exportFormat,
|
||||||
$exportCompress,
|
$exportCompress,
|
||||||
$exportStructure,
|
$exportStructure,
|
||||||
(!empty($_REQUEST['exportFile'])?$_REQUEST['exportFile']:'zmExport'),
|
(!empty($_REQUEST['exportFile'])?$_REQUEST['exportFile']:'zmExport')
|
||||||
)) {
|
)) {
|
||||||
ajaxResponse(array('exportFile'=>$exportFile));
|
ajaxResponse(array('exportFile'=>$exportFile));
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue