diff options
Diffstat (limited to 'includes/video_helper.inc')
-rw-r--r-- | includes/video_helper.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/video_helper.inc b/includes/video_helper.inc index 16598f9..63f3e5a 100644 --- a/includes/video_helper.inc +++ b/includes/video_helper.inc @@ -62,7 +62,7 @@ class video_helper { // Let othere module to load the video files by referance // Lets find out if we have pushed this file to the cdn if enabled. // @TODO : add correct filesystem load to this - $filesystem = variable_get('vid_filesystem', 'drupal'); + $filesystem = variable_get('video_filesystem', 'drupal'); if ($filesystem != 'drupal' && !module_exists('video_zencoder')) { module_load_include('inc', 'video', '/includes/filesystem'); $filesystem = new video_filesystem(); |