This commit is contained in:
Isaac Connor 2016-07-25 15:34:53 -04:00
parent b9bba6bde5
commit c58c3efcf5
1 changed files with 1 additions and 1 deletions

View File

@ -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.'/'.$this->{'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>";