From 01ba8ca0acad39a51770cdf58464dc9c7268c258 Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Mon, 16 May 2011 12:45:08 +0000 Subject: [PATCH] Fix ProfilerSimpleTextBreakage introduced by r86633 --- includes/profiler/ProfilerSimpleText.php | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.20.1