X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Flibs%2FXhprof.php;h=5ed67c7323b254bf3d3ed2a2199d483eca48dd32;hb=ad275af1b3efaba08dba9629c94b7e1688ff0b12;hp=98ff675c89bdbfc60692792310b52833906432d3;hpb=8eb1344fba57bd16ecd9640d7172c429bccdf79e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/Xhprof.php b/includes/libs/Xhprof.php index 98ff675c89..5ed67c7323 100644 --- a/includes/libs/Xhprof.php +++ b/includes/libs/Xhprof.php @@ -321,7 +321,7 @@ class Xhprof { $this->complete[$func]['subcalls'] = array(); } - foreach( $this->hieraData as $key => $stats ) { + foreach ( $this->hieraData as $key => $stats ) { list( $parent, $child ) = self::splitKey( $key ); if ( $parent !== null ) { // Track call tree information