Index: trunk/extensions/ZeroRatedMobileAccess/ZeroRatedMobileAccess.body.php |
— | — | @@ -162,6 +162,8 @@ |
163 | 163 | $redirect = 'http://en.zero.wikipedia.org/wiki/Special:ZeroRatedMobileAccess'; |
164 | 164 | } |
165 | 165 | $wgRequest->response()->header( 'Location: ' . $redirect ); |
| 166 | + wfProfileOut( __METHOD__ ); |
| 167 | + return true; |
166 | 168 | } |
167 | 169 | $html = $out->getHTML(); |
168 | 170 | $parsedHtml = $this->parseLinksForZeroQueryString( $html ); |