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