Fabien Potencier пре 14 година
родитељ
комит
677a072554
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php

+ 1 - 1
src/Symfony/Component/HttpKernel/Profiler/PdoProfilerStorage.php

@@ -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;
     }