Skip to content

Commit

Permalink
Fix argument for custom error codes path
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Nov 2, 2012
1 parent c0e25fc commit e143b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/LiipMonitorExtension.php
Expand Up @@ -38,7 +38,7 @@ public function load(array $configs, ContainerBuilder $container)
switch ($check) {
case 'custom_error_pages':
$service->addArgument($values['error_codes']);
$service->addArgument($values['kernel_root_dir']);
$service->addArgument($values['path']);
$service->addArgument($values['controller']);
break;

Expand Down

0 comments on commit e143b93

Please sign in to comment.