mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
Replace calls to mediavorus to getMediaFromUri
This commit is contained in:
@@ -108,7 +108,7 @@ class patch_370alpha7a extends patchAbstract
|
||||
|
||||
}
|
||||
|
||||
$media = $app['mediavorus']->guess($filePath);
|
||||
$media = $app->getMediaFromUri($filePath);
|
||||
|
||||
$collection = \collection::get_from_base_id($app, $row['base_id']);
|
||||
|
||||
|
Reference in New Issue
Block a user