Skip to content

Commit ad17913

Browse files
committed
locales are not needed in ContentBundle and MenuBundle
1 parent 64972f4 commit ad17913

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DependencyInjection/CmfCoreExtension.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ public function prepend(ContainerBuilder $container)
3232
case 'cmf_routing':
3333
$container->prependExtensionConfig($name, array('dynamic' => $prependConfig['multilang']));
3434
break;
35-
case 'cmf_content':
36-
case 'cmf_menu':
37-
# case 'cmf_simple_cms':
35+
/*
36+
case 'cmf_simple_cms':
3837
$container->prependExtensionConfig($name, $prependConfig);
3938
break;
39+
*/
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)