diff options
author | Mohamed Mujahid <muja_dd@494418.no-reply.drupal.org> | 2010-07-23 10:01:23 +0000 |
---|---|---|
committer | Mohamed Mujahid <muja_dd@494418.no-reply.drupal.org> | 2010-07-23 10:01:23 +0000 |
commit | ef4365879413eab6a0d2be64374a9840c7eed804 (patch) | |
tree | f32097751575177f2245b68b412f55cd95cbc70a /includes | |
parent | e8f0a0d58a73a0d3e5877d9cd433e5c191fd93d2 (diff) | |
download | video-ef4365879413eab6a0d2be64374a9840c7eed804.tar.gz video-ef4365879413eab6a0d2be64374a9840c7eed804.tar.bz2 |
function replacements
Diffstat (limited to 'includes')
-rw-r--r-- | includes/conversion.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/conversion.inc b/includes/conversion.inc index 3f1165e..4f66bfa 100644 --- a/includes/conversion.inc +++ b/includes/conversion.inc @@ -111,7 +111,7 @@ class video_conversion { $video->converted->filemime = file_get_mimetype($converted); $video->converted->filesize = filesize($converted); $video->converted->status = VIDEO_RENDERING_COMPLETE; - $video->converted->completed = time(); + $video->converted->completed = REQUEST_TIME; //clear our cache so our video path is updated. cache_clear_all('*', 'cache_content', true); // Update our video_files table with the converted video information. |