diff --git a/web/zm_funcs.php b/web/zm_funcs.php index 1a69fafec..ed5b74f9c 100644 --- a/web/zm_funcs.php +++ b/web/zm_funcs.php @@ -364,7 +364,7 @@ function zmaCheck( $monitor ) function createVideo( $event, $rate, $scale, $overwrite=0 ) { $command = ZM_PATH_BIN."/zmvideo.pl -e $event[Id] -r $rate -s $scale"; - if ( $overwite ) + if ( $overwrite ) $command .= " -o"; $result = exec( $command, $output, $status ); return( $status?"":rtrim($result) );