Navigation Menu

Skip to content

Commit

Permalink
[WebBundle] renamed collectors.xml to profiling.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jun 21, 2010
1 parent d6a7b43 commit 7db3ef7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@ public function configLoad($config, BuilderConfiguration $configuration)
if ($config['profiler']) {
if (!$configuration->hasDefinition('profiler')) {
$loader = new XmlFileLoader(__DIR__.'/../Resources/config');
$configuration->merge($loader->load('collectors.xml'));
$configuration->merge($loader->load('profiling.xml'));
}
} elseif ($configuration->hasDefinition('profiler')) {
$configuration->getDefinition('profiling')->clearAnnotations();
Expand Down

0 comments on commit 7db3ef7

Please sign in to comment.