r111616 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111615‎ | r111616 | r111617 >
Date:02:52, 16 February 2012
Author:reedy
Status:ok
Tags:
Comment:
Make wfProfileOut call be the last thing before the return
Modified paths:
  • /trunk/phase3/includes/actions/HistoryAction.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/actions/HistoryAction.php
@@ -106,8 +106,8 @@
107107 // Handle atom/RSS feeds.
108108 $feedType = $request->getVal( 'feed' );
109109 if ( $feedType ) {
 110+ $this->feed( $feedType );
110111 wfProfileOut( __METHOD__ );
111 - $this->feed( $feedType );
112112 return;
113113 }
114114

Sign-offs

UserFlagDate
Nikerabbitinspected07:20, 16 February 2012

Status & tagging log