Skip to content

Commit 8bc73ba

Browse files
committed
simplecms no longer needs the locale configuration
1 parent e8f82c3 commit 8bc73ba

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

DependencyInjection/CmfCoreExtension.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ public function prepend(ContainerBuilder $container)
4343
if (isset($extensions['cmf_routing'])) {
4444
$container->prependExtensionConfig('cmf_routing', array('dynamic' => $prependConfig['multilang']));
4545
}
46-
if (isset($extensions['cmf_simple_cms'])) {
47-
$container->prependExtensionConfig('cmf_simple_cms', $prependConfig);
48-
}
4946
}
5047

5148
if ($config['persistence']['phpcr']) {

0 commit comments

Comments
 (0)