diff --git a/web/includes/Event.php b/web/includes/Event.php index 67967ff9a..1eb9772b6 100644 --- a/web/includes/Event.php +++ b/web/includes/Event.php @@ -215,7 +215,7 @@ function getImageSrc( $frame, $scale=SCALE_BASE, $captureOnly=false, $overwrite= Error( "Capture file does not exist at $captPath" ); return ''; } - $thumbCaptPath = ZM_DIR_IMAGES.'/'.$this->{'Id'}'-'.$captImage; + $thumbCaptPath = ZM_DIR_IMAGES.'/'.$this->{'Id'}.'-'.$captImage; //echo "CI:$captImage, CP:$captPath, TCP:$thumbCaptPath
";