r80044 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80043‎ | r80044 | r80045 >
Date:22:20, 11 January 2011
Author:sean_colombo
Status:ok
Tags:
Comment:
A wfProfileOut was missing (which messed up profiling sometimes). Thanks to Owen Davis for finding this.
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -159,6 +159,7 @@
160160 public function link( $target, $text = null, $customAttribs = array(), $query = array(), $options = array() ) {
161161 wfProfileIn( __METHOD__ );
162162 if ( !$target instanceof Title ) {
 163+ wfProfileOut( __METHOD__ );
163164 return "<!-- ERROR -->$text";
164165 }
165166 $options = (array)$options;

Follow-up revisions

RevisionCommit summaryAuthorDate
r801751.17: MFT r79960, r80034, r80036, r80043, r80044, r80050, r80053, r80074, r80...catrope17:13, 13 January 2011

Status & tagging log