fix to
This commit is contained in:
parent
8db20a4543
commit
b9bba6bde5
|
@ -215,7 +215,7 @@ function getImageSrc( $frame, $scale=SCALE_BASE, $captureOnly=false, $overwrite=
|
||||||
Error( "Capture file does not exist at $captPath" );
|
Error( "Capture file does not exist at $captPath" );
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
$thumbCaptPath = ZM_DIR_IMAGES.'/'.$event['Id'].'-'.$captImage;
|
$thumbCaptPath = ZM_DIR_IMAGES.'/'.$this->{'Id'}'-'.$captImage;
|
||||||
|
|
||||||
//echo "CI:$captImage, CP:$captPath, TCP:$thumbCaptPath<br>";
|
//echo "CI:$captImage, CP:$captPath, TCP:$thumbCaptPath<br>";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue