aboutsummaryrefslogtreecommitdiff
path: root/includes/video_helper.inc
diff options
context:
space:
mode:
authorHeshan <heshan@heidisoft.com>2011-03-14 19:14:50 +0530
committerHeshan <heshan@heidisoft.com>2011-03-14 19:14:50 +0530
commit0d300315ee1144b50bdf666f364cd02dceb2e5cf (patch)
tree04f10c406652bcc9327dd924511feba8cc04f330 /includes/video_helper.inc
parentfbf8a0a295104d0c4d7060c53c2c51330a355d28 (diff)
downloadvideo-0d300315ee1144b50bdf666f364cd02dceb2e5cf.tar.gz
video-0d300315ee1144b50bdf666f364cd02dceb2e5cf.tar.bz2
Adding cron queue to the video schedular
Diffstat (limited to 'includes/video_helper.inc')
-rw-r--r--includes/video_helper.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/video_helper.inc b/includes/video_helper.inc
index a4f2b65..e47830c 100644
--- a/includes/video_helper.inc
+++ b/includes/video_helper.inc
@@ -77,7 +77,6 @@ class video_helper {
// Moved to last to recheck incase we changed our extension above.
$video->flash_player = variable_get('video_extension_' . $video->player . '_flash_player', '');
-
// Return our object
return $video;
}