Skip to content

Commit

Permalink
Merge pull request avalanche123#113 from kevarch/master
Browse files Browse the repository at this point in the history
Properly set config parameter in the container
  • Loading branch information
lsmith77 committed Oct 24, 2012
2 parents 1e41b3c + eab1693 commit 40f040e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/LiipImagineExtension.php
Expand Up @@ -35,6 +35,7 @@ public function load(array $configs, ContainerBuilder $container)
$container->setParameter('liip_imagine.cache_prefix', $cachePrefix);
$container->setParameter('liip_imagine.web_root', $config['web_root']);
$container->setParameter('liip_imagine.data_root', $config['data_root']);
$container->setParameter('liip_imagine.cache_mkdir_mode', $config['cache_mkdir_mode']);
$container->setParameter('liip_imagine.formats', $config['formats']);
$container->setParameter('liip_imagine.cache.resolver.default', $config['cache']);

Expand Down

0 comments on commit 40f040e

Please sign in to comment.