remove errant (

This commit is contained in:
Isaac Connor 2019-09-28 14:22:40 -04:00
parent ae7644370f
commit a2861c1361
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ if ( empty($_REQUEST['path']) ) {
ZM\Logger::Debug("Command: $command, retval: $retval, output: " . implode("\n", $output));
if ( ! file_exists( $path ) ) {
header('HTTP/1.0 404 Not Found');
ZM\Fatal("Can't create frame images from video for this event (".$Event->DefaultVideo() );
ZM\Fatal('Can\'t create frame images from video for this event '.$Event->DefaultVideo() );
}
# Generating an image file will use up more disk space, so update the Event record.
$Event->DiskSpace(null);