Merge branch 'master' into PHRAS-3164_lightbox-download_link

This commit is contained in:
Harrys Ravalomanana
2020-07-08 16:10:02 +04:00
committed by GitHub

View File

@@ -618,7 +618,7 @@ class Application extends SilexApplication
); );
$this['tmp.lazaret.path'] = $factory->createDefinition( $this['tmp.lazaret.path'] = $factory->createDefinition(
['main', 'storage', 'quarantine'], ['main', 'storage', 'lazaret'],
function (Application $app) { function (Application $app) {
return $app['tmp.path'].'/lazaret'; return $app['tmp.path'].'/lazaret';
} }