diff --git a/web/includes/functions.php b/web/includes/functions.php index abf6246b3..517abd075 100644 --- a/web/includes/functions.php +++ b/web/includes/functions.php @@ -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'];