mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
PHRAS-4067: admin - dashboard - 500 error (#4513)
* fix error 500 on dashboard : remove unused swiftools requirement * unused * patch on 4.1.8
This commit is contained in:
@@ -13,9 +13,6 @@ class MediaAlchemystServiceProvider implements ServiceProviderInterface
|
||||
$app['media-alchemyst.configuration'] = $app->share(function (Application $app) {
|
||||
$configuration = [];
|
||||
$parameters = [
|
||||
'swftools.pdf2swf.binaries' => 'pdf2swf_binary',
|
||||
'swftools.swfrender.binaries' => 'swf_render_binary',
|
||||
'swftools.swfextract.binaries' => 'swf_extract_binary',
|
||||
'unoconv.binaries' => 'unoconv_binary',
|
||||
'mp4box.binaries' => 'mp4box_binary',
|
||||
'gs.binaries' => 'ghostscript_binary',
|
||||
|
Reference in New Issue
Block a user