Fabien Potencier преди 14 години
родител
ревизия
d64277d101
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/Symfony/Bundle/SwiftmailerBundle/DependencyInjection/Configuration.php

+ 1 - 1
src/Symfony/Bundle/SwiftmailerBundle/DependencyInjection/Configuration.php

@@ -63,7 +63,7 @@ class Configuration
             ->arrayNode('spool')
                 ->addDefaultsIfNotSet()
                 ->scalarNode('type')->defaultValue('file')->end()
-                ->scalarNode('path')->defaultValue('%kernel.cache_dir%/swiftmailer/pool')->end()
+                ->scalarNode('path')->defaultValue('%kernel.cache_dir%/swiftmailer/spool')->end()
             ->end()
             ->scalarNode('delivery_adress')->end()
             ->booleanNode('disable_delivery')->end();