Skip to content

Commit

Permalink
Fix form icon position in web profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikoff committed Feb 6, 2015
1 parent e73c554 commit b128439
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -278,13 +278,13 @@ private function registerProfilerConfiguration(array $config, ContainerBuilder $
return;
}

$loader->load('profiling.xml');
$loader->load('collectors.xml');

if (true === $this->formConfigEnabled) {
$loader->load('form_debug.xml');
}

$loader->load('profiling.xml');
$loader->load('collectors.xml');

$container->setParameter('profiler_listener.only_exceptions', $config['only_exceptions']);
$container->setParameter('profiler_listener.only_master_requests', $config['only_master_requests']);

Expand Down

0 comments on commit b128439

Please sign in to comment.