[FrameworkBundle] removed obsolete option

This commit is contained in:
Fabien Potencier 2011-01-23 14:17:15 +01:00
parent 622d228090
commit ad0e94468d
2 changed files with 0 additions and 6 deletions

View File

@ -230,11 +230,6 @@ class FrameworkExtension extends Extension
$container->setParameter('templating.assets.base_urls', $config['assets_base_urls']);
}
// path for the filesystem loader
if (isset($config['path'])) {
$container->setParameter('templating.loader.filesystem.path', $config['path']);
}
// loaders
if (isset($config['loader'])) {
$loaders = array();

View File

@ -69,7 +69,6 @@
<xsd:attribute name="assets-version" type="xsd:string" />
<xsd:attribute name="assets-base-urls" type="xsd:string" />
<xsd:attribute name="path" type="xsd:string" />
<xsd:attribute name="cache" type="xsd:string" />
</xsd:complexType>