remove extra semi colon

This commit is contained in:
Isaac Connor 2016-05-02 13:42:42 -04:00
parent 550fdc9295
commit fe63e4af80
1 changed files with 1 additions and 1 deletions

View File

@ -1255,7 +1255,7 @@ function createListThumbnail( $event, $overwrite=false )
$imageData = getImageSrc( $event, $frame, $scale, false, $overwrite );
if ( ! $imageData ) {
return ( false );;
return ( false );
}
$thumbData = $frame;
$thumbData['Path'] = $imageData['thumbPath'];