diff options
author | Heshan Wanigasooriya <heshanmw@gmail.com> | 2009-06-01 01:31:07 +0000 |
---|---|---|
committer | Heshan Wanigasooriya <heshanmw@gmail.com> | 2009-06-01 01:31:07 +0000 |
commit | 05142eaf138693fdf0c7687d56fc1180ea0eaad7 (patch) | |
tree | 2325716d403dc296584b9e5aab5fdc355978cdd7 /plugins/video_ffmpeg_helper/video_render.php | |
parent | 62eb579d771b8b25fc0e84f379be7e3528463cb2 (diff) | |
download | video-05142eaf138693fdf0c7687d56fc1180ea0eaad7.tar.gz video-05142eaf138693fdf0c7687d56fc1180ea0eaad7.tar.bz2 |
#474194 by sajalsoni:"This video is currently being processed. Please wait." fixed.
#477478 by JohnnyHa:No video starts playing fixed.
Diffstat (limited to 'plugins/video_ffmpeg_helper/video_render.php')
-rw-r--r-- | plugins/video_ffmpeg_helper/video_render.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/video_ffmpeg_helper/video_render.php b/plugins/video_ffmpeg_helper/video_render.php index 675861f..2d8e0ec 100644 --- a/plugins/video_ffmpeg_helper/video_render.php +++ b/plugins/video_ffmpeg_helper/video_render.php @@ -54,6 +54,7 @@ if (isset($_SERVER['argv'][3])) { include_once('./includes/bootstrap.inc'); //module_load_include('/includes/bootstrap.inc', 'video_render', 'includes/bootstrap'); +// // disable error reporting for bootstrap process error_reporting(E_ERROR); // let's bootstrap: we will be able to use drupal apis |