forked from Cavemanon/cavepaintings
Renamed graphics extension to media extension
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user