[HttpKernel] fixed typo

This commit is contained in:
Fabien Potencier 2011-09-17 22:16:16 +02:00
parent ea7f0f9c46
commit 677a072554

View File

@ -198,7 +198,7 @@ abstract class PdoProfilerStorage implements ProfilerStorageInterface
$profile->setParent($parent);
}
$profile->setChildren($this->readChildren($token, $parent));
$profile->setChildren($this->readChildren($token, $profile));
return $profile;
}