aboutsummaryrefslogtreecommitdiff
path: root/plugins/video_s3/video_s3.module
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/video_s3/video_s3.module')
-rw-r--r--plugins/video_s3/video_s3.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/video_s3/video_s3.module b/plugins/video_s3/video_s3.module
index 274da26..898a3eb 100644
--- a/plugins/video_s3/video_s3.module
+++ b/plugins/video_s3/video_s3.module
@@ -46,7 +46,7 @@ function video_s3_menu() {
*/
function video_s3_cron() {
- $filesystem = variable_get('vid_filesystem', 'drupal');
+ $filesystem = variable_get('video_filesystem', 'drupal');
if ($filesystem == 'video_s3') {
module_load_include('inc', 'video_s3', '/includes/amazon_s3');
$s3 = new video_amazon_s3;