remove extra semi colon
This commit is contained in:
parent
550fdc9295
commit
fe63e4af80
|
@ -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'];
|
||||
|
|
Loading…
Reference in New Issue