mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix feeds migration & disable email transport
This commit is contained in:
@@ -813,6 +813,9 @@ abstract class base implements cache_cacheableInterface
|
||||
|
||||
$success = true;
|
||||
|
||||
// disable mail
|
||||
$app['swiftmailer.transport'] = null;
|
||||
|
||||
foreach ($list_patches as $patch) {
|
||||
if ( ! $patch->apply($this, $app))
|
||||
$success = false;
|
||||
|
Reference in New Issue
Block a user