aboutsummaryrefslogtreecommitdiff
path: root/views_video.inc
diff options
context:
space:
mode:
Diffstat (limited to 'views_video.inc')
-rw-r--r--views_video.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/views_video.inc b/views_video.inc
index 77bce9c..6bbed4d 100644
--- a/views_video.inc
+++ b/views_video.inc
@@ -66,7 +66,7 @@ function video_views_tables() {
);
// Add video_image support only if the video_image module is enabled
- if (module_exist('video_image')) {
+ if (module_exists('video_image')) {
$tables['video']['fields']['video_image'] = array(
'name' => t('Video: Thumbnail'),
'notafield' => true,
@@ -211,4 +211,4 @@ function video_views_handler_field_video_image($fieldinfo, $fielddata, $value, $
$node = node_load($data->nid);
$output = theme_video_image_body($node);
return $output;
-} \ No newline at end of file
+}