Browse Source

Merge pull request #1498 from caponica/master

Removed cannotBeEmpty() condition on persist_filters
Thomas 12 years ago
parent
commit
413dab20cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DependencyInjection/Configuration.php

+ 1 - 1
DependencyInjection/Configuration.php

@@ -191,7 +191,7 @@ class Configuration implements ConfigurationInterface
                     ->end()
                     ->end()
                 ->end()
                 ->end()
 
 
-                ->scalarNode('persist_filters')->defaultValue(false)->cannotBeEmpty()->end()
+                ->scalarNode('persist_filters')->defaultValue(false)->end()
 
 
             ->end()
             ->end()
         ->end();
         ->end();