Fix feeds migration & disable email transport

This commit is contained in:
Nicolas Le Goff
2015-02-12 17:35:13 +01:00
parent 4cd2ef9a6d
commit 37c667113f
4 changed files with 74 additions and 11 deletions

View File

@@ -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;