New Graphics extension

Added constants to several extensions
This commit is contained in:
Matthew Barbour
2019-06-18 13:45:59 -05:00
committed by matthew
parent 3dce134fe9
commit 3859e27839
24 changed files with 1069 additions and 628 deletions

View File

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