Pārlūkot izejas kodu

[HttpKernel] fixed typo

Fabien Potencier 14 gadi atpakaļ
vecāks
revīzija
677a072554

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