r41060 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41059‎ | r41060 | r41061 >
Date:07:31, 20 September 2008
Author:aaron
Status:old
Tags:
Comment:
Add missing wfProfileOut( __METHOD__ );
Modified paths:
  • /trunk/phase3/includes/LinksUpdate.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/LinksUpdate.php
@@ -207,6 +207,7 @@
208208
209209 $numRows = $res->numRows();
210210 if( !$numRows ) {
 211+ wfProfileOut( __METHOD__ );
211212 return; // nothing to do
212213 }
213214 $numBatches = ceil( $numRows / $wgUpdateRowsPerJob );