From 42bb65a75da1adb88f07d01677e2b80ee6b59039 Mon Sep 17 00:00:00 2001 From: Heshan Wanigasooriya Date: Sat, 8 Jan 2011 05:44:36 +0000 Subject: Adding namespace to the video module variables --- plugins/video_s3/filesystem/video_s3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/video_s3/filesystem') diff --git a/plugins/video_s3/filesystem/video_s3.inc b/plugins/video_s3/filesystem/video_s3.inc index e103e1c..30f8033 100644 --- a/plugins/video_s3/filesystem/video_s3.inc +++ b/plugins/video_s3/filesystem/video_s3.inc @@ -104,7 +104,7 @@ class video_s3 extends video_filesystem { //lets show our buckets in table format with a delete link. //@todo add permissions //were enabled, that means they have successfully connected and created a bucket. - if (variable_get('amazon_s3_access_key', false) && variable_get('vid_filesystem', 'drupal') == 'video_s3') { + if (variable_get('amazon_s3_access_key', false) && variable_get('video_filesystem', 'drupal') == 'video_s3') { module_load_include('inc', 'video_s3', '/includes/amazon_s3'); $s3 = new video_amazon_s3; $s3->connect(); -- cgit v1.2.3