From e623600b0c2291b1420a29e9529a990bcc7d9f22 Mon Sep 17 00:00:00 2001 From: Heshan Date: Sun, 3 Jul 2011 10:35:27 +0530 Subject: #1187488 by Alexander Allen Is it thumbanail or thumbnail? --- includes/video_helper.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/video_helper.inc b/includes/video_helper.inc index e6627ca..8ba1840 100644 --- a/includes/video_helper.inc +++ b/includes/video_helper.inc @@ -88,9 +88,9 @@ class video_helper { // Check the checkbox to use default thumbnail on node $thumbnail->filepath = $default_thumbnail->uri; } - elseif (isset($variables['item']['thumbanail']) ? TRUE : FALSE) { + elseif (isset($variables['item']['thumbnail']) ? TRUE : FALSE) { // actual video thumbnails is present - $thumbnail_load = file_load($variables['item']['thumbanail']); + $thumbnail_load = file_load($variables['item']['thumbnail']); $thumbnail->filepath = $thumbnail_load->uri; } else { -- cgit v1.2.3