aboutsummaryrefslogtreecommitdiff
path: root/includes/video_helper.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/video_helper.inc')
-rw-r--r--includes/video_helper.inc4
1 files changed, 2 insertions, 2 deletions
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 {