From fe63e4af80d7c7e897b4d7fa14f2b0418116be22 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 2 May 2016 13:42:42 -0400 Subject: [PATCH] remove extra semi colon --- web/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'];