mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-04-09 16:41:40 -04:00
Remove extra comma that now breaks php
This commit is contained in:
@@ -23,7 +23,7 @@ function exportEvents(
|
||||
$export_root,
|
||||
$exportFormat,
|
||||
$exportCompressed,
|
||||
$exportStructure = false,
|
||||
$exportStructure = false
|
||||
) {
|
||||
|
||||
if (!(canView('Events') or canView('Snapshots'))) {
|
||||
|
||||
Reference in New Issue
Block a user