mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 01:43:13 +00:00
Merge pull request #3562 from alchemy-fr/PHRAS-3159-lazaret-storage-file
PHRAS-3159 merge Lazaret (quarantine) storage file path is not taken in account
This commit is contained in:
@@ -618,7 +618,7 @@ class Application extends SilexApplication
|
||||
);
|
||||
|
||||
$this['tmp.lazaret.path'] = $factory->createDefinition(
|
||||
['main', 'storage', 'quarantine'],
|
||||
['main', 'storage', 'lazaret'],
|
||||
function (Application $app) {
|
||||
return $app['tmp.path'].'/lazaret';
|
||||
}
|
||||
|
Reference in New Issue
Block a user