diff options
Diffstat (limited to 'core/helpers')
-rw-r--r-- | core/helpers/movie.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/movie.php b/core/helpers/movie.php index 5d64aa1f..9941fcee 100644 --- a/core/helpers/movie.php +++ b/core/helpers/movie.php @@ -108,7 +108,7 @@ class movie_Core { return array($width, $height); } - function extract_frame($input_file, $output_file) { + static function extract_frame($input_file, $output_file) { if (!$ffmpeg = exec("which ffmpeg")) { throw new Exception("@todo MISSING_FFMPEG"); } |