r60524 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60523‎ | r60524 | r60525 >
Date:18:08, 31 December 2009
Author:siebrand
Status:deferred
Tags:
Comment:
wfProfileOut in proper code part
Modified paths:
  • /trunk/extensions/ReplaceText/ReplaceTextJob.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ReplaceText/ReplaceTextJob.php
@@ -70,8 +70,8 @@
7171 $article->doEdit( $new_text, $edit_summary, $flags );
7272 $wgUser = $actual_user;
7373 }
 74+ wfProfileOut( __METHOD__ . '-replace' );
7475 }
75 - wfProfileOut( __METHOD__ . '-replace' );
7676 wfProfileOut( __METHOD__ );
7777 return true;
7878 }

Status & tagging log