aboutsummaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorHeshan <heshan@heidisoft.com>2011-07-03 10:35:27 +0530
committerHeshan <heshan@heidisoft.com>2011-07-03 10:35:27 +0530
commite623600b0c2291b1420a29e9529a990bcc7d9f22 (patch)
tree8bd94a1687380c6e9fc82de73f2325e83d5f96fe /includes
parent89eeb0d9e6f0493c9a1bc50b072a8714ec6870e4 (diff)
downloadvideo-e623600b0c2291b1420a29e9529a990bcc7d9f22.tar.gz
video-e623600b0c2291b1420a29e9529a990bcc7d9f22.tar.bz2
#1187488 by Alexander Allen Is it thumbanail or thumbnail?
Diffstat (limited to 'includes')
-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 {