mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-14 05:23:21 +00:00
Update to latest media alchemyst api
This commit is contained in:
@@ -449,10 +449,7 @@ class databox_status
|
||||
$destPath = sprintf("%s%s", $custom_path, basename($path . $name));
|
||||
|
||||
try {
|
||||
$app['media-alchemyst']
|
||||
->open($filePath)
|
||||
->turninto($destPath, $imageSpec)
|
||||
->close();
|
||||
$app['media-alchemyst']->turninto($filePath, $destPath, $imageSpec);
|
||||
} catch (\MediaAlchemyst\Exception $e) {
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user