diff --git a/web/includes/Event.php b/web/includes/Event.php index 189f4eefe..b56c9962a 100644 --- a/web/includes/Event.php +++ b/web/includes/Event.php @@ -215,7 +215,7 @@ class Event { $eventPath = $this->Path(); if ( file_exists( $eventPath.'/snapshot.jpg' ) ) { $frame = 'snapshot'; - $humbData = array('Path'=>$eventPath.'/snapshot.jpg'); + $thumbData = array('Path'=>$eventPath.'/snapshot.jpg'); } else { # Load the frame with the highest score to use as a thumbnail if ( !($frame = dbFetchOne( 'SELECT * FROM Frames WHERE EventId=? AND Score=? ORDER BY FrameId LIMIT 1', NULL, array( $this->{'Id'}, $this->{'MaxScore'} ) )) ) { diff --git a/web/skins/classic/views/console.php b/web/skins/classic/views/console.php index 4433b0afc..92c1a82c7 100644 --- a/web/skins/classic/views/console.php +++ b/web/skins/classic/views/console.php @@ -212,7 +212,10 @@ for( $monitor_i = 0; $monitor_i < count($displayMonitors); $monitor_i += 1 ) { } ?>