From: Domas Mituzas Date: Mon, 16 May 2011 12:45:08 +0000 (+0000) Subject: Fix ProfilerSimpleTextBreakage introduced by r86633 X-Git-Tag: 1.31.0-rc.0~30131 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=01ba8ca0acad39a51770cdf58464dc9c7268c258;p=lhc%2Fweb%2Fwiklou.git Fix ProfilerSimpleTextBreakage introduced by r86633 --- diff --git a/includes/profiler/ProfilerSimpleText.php b/includes/profiler/ProfilerSimpleText.php index 1165f24b0f..fccfb92748 100644 --- a/includes/profiler/ProfilerSimpleText.php +++ b/includes/profiler/ProfilerSimpleText.php @@ -27,7 +27,6 @@ class ProfilerSimpleText extends ProfilerSimple { public function logData() { if($this->mTemplated) { - $this->collateData(); uasort($this->mCollated,array('self','sort')); array_walk($this->mCollated,array('self','format')); if ($this->visible) {