Index: trunk/extensions/FundraiserLandingPage/FundraiserRedirector.body.php |
— | — | @@ -14,8 +14,6 @@ |
15 | 15 | function execute( $par ) { |
16 | 16 | global $wgRequest, $wgOut, $wgFundraiserLPDefaults; |
17 | 17 | |
18 | | - $this->setHeaders(); |
19 | | - |
20 | 18 | // Set the country parameter |
21 | 19 | $country = $wgRequest->getVal( 'country' ); |
22 | 20 | // If no country was passed do a GeoIP lookup |