r114300 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114299‎ | r114300 | r114301 >
Date:19:39, 20 March 2012
Author:preilly
Status:ok
Tags:
Comment:
1.19wmf: MFT r114299
Modified paths:
  • /branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.body.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.19wmf1/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.body.php
@@ -162,6 +162,8 @@
163163 $redirect = 'http://en.zero.wikipedia.org/wiki/Special:ZeroRatedMobileAccess';
164164 }
165165 $wgRequest->response()->header( 'Location: ' . $redirect );
 166+ wfProfileOut( __METHOD__ );
 167+ return true;
166168 }
167169 $html = $out->getHTML();
168170 $parsedHtml = $this->parseLinksForZeroQueryString( $html );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r114299no need to process the request after the redirectpreilly19:39, 20 March 2012

Status & tagging log