r88231 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88230‎ | r88231 | r88232 >
Date:12:45, 16 May 2011
Author:midom
Status:ok (Comments)
Tags:
Comment:
Fix ProfilerSimpleTextBreakage introduced by r86633
Modified paths:
  • /trunk/phase3/includes/profiler/ProfilerSimpleText.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/profiler/ProfilerSimpleText.php
@@ -27,7 +27,6 @@
2828
2929 public function logData() {
3030 if($this->mTemplated) {
31 - $this->collateData();
3231 uasort($this->mCollated,array('self','sort'));
3332 array_walk($this->mCollated,array('self','format'));
3433 if ($this->visible) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r91758MFT to REL1_18:...hashar21:26, 8 July 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86633* Added Profiler::isStub() to check if we are using a stub profiler, instead ...ialex16:31, 21 April 2011

Comments

#Comment by Brion VIBBER (talk | contribs)   18:16, 21 June 2011

Needs merge to 1.18 to fix r86633.

Status & tagging log