r92118 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92117‎ | r92118 | r92119 >
Date:22:57, 13 July 2011
Author:aaron
Status:resolved (Comments)
Tags:
Comment:
Fixed profiling error
Modified paths:
  • /trunk/phase3/includes/diff/DifferenceEngine.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/diff/DifferenceEngine.php
@@ -779,6 +779,8 @@
780780 function generateDiffBody( $otext, $ntext ) {
781781 global $wgExternalDiffEngine, $wgContLang;
782782
 783+ wfProfileIn( __METHOD__ );
 784+
783785 $otext = str_replace( "\r\n", "\n", $otext );
784786 $ntext = str_replace( "\r\n", "\n", $ntext );
785787

Follow-up revisions

RevisionCommit summaryAuthorDate
r92552Profiling errors. r92106 missed a wfProfileOut...platonides19:05, 19 July 2011

Comments

#Comment by Nikerabbit (talk | contribs)   23:36, 13 July 2011

Spaces :)

Status & tagging log