Renamed graphics extension to media extension

This commit is contained in:
Matthew Barbour
2019-06-24 10:05:16 -05:00
committed by matthew
parent 0c16d3e78c
commit a41e99d1af
17 changed files with 229 additions and 137 deletions

View File

@@ -12,7 +12,7 @@ class FlashFileHandler extends DataHandlerExtension
{
global $config;
if (!Graphics::create_thumbnail_ffmpeg($hash)) {
if (!Media::create_thumbnail_ffmpeg($hash)) {
copy("ext/handle_flash/thumb.jpg", warehouse_path(Image::THUMBNAIL_DIR, $hash));
}
return true;