Skip to content

Commit 8e557c9

Browse files
committed
Merge pull request #180 from symfony-cmf/fix_routebasepaths
Do not append SimpleCmsBundle basepath to RoutingBundle
2 parents 3336069 + 24b6360 commit 8e557c9

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
@@ -118,9 +118,6 @@ public function prepend(ContainerBuilder $container)
118118
break;
119119
case 'cmf_routing':
120120
$routePaths = array($persistenceConfig['basepath'].'/routes');
121-
if (isset($extensions['cmf_simple_cms'])) {
122-
$routePaths[] = $persistenceConfig['basepath'].'/simple';
123-
}
124121
$prependConfig = array(
125122
'dynamic' => array(
126123
'enabled' => true,

0 commit comments

Comments
 (0)