r81778 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81777‎ | r81778 | r81779 >
Date:22:01, 8 February 2011
Author:reedy
Status:ok
Tags:
Comment:
Add missing wfProfileOut( __METHOD__ );
Modified paths:
  • /trunk/phase3/includes/resourceloader/ResourceLoader.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/resourceloader/ResourceLoader.php
@@ -207,6 +207,7 @@
208208 foreach ( $name as $key => $value ) {
209209 $this->register( $key, $value );
210210 }
 211+ wfProfileOut( __METHOD__ );
211212 return;
212213 }
213214

Follow-up revisions

RevisionCommit summaryAuthorDate
r818511.17wmf1: MFT r81765, r81778catrope22:16, 9 February 2011
r85148MFT: r80495, r80610, r80765, r81177, r81490, r81692, r81707, r81729, r81765, ...demon20:11, 1 April 2011

Status & tagging log