Index: trunk/extensions/FundraiserLandingPage/FundraiserLandingPage.body.php |
— | — | @@ -15,8 +15,9 @@ |
16 | 16 | global $wgFundraiserLPDefaults, $wgOut, $wgFundraiserLandingPageMaxAge; |
17 | 17 | |
18 | 18 | #Set squid age |
19 | | - $wgOut->setSquidMaxage($wgFundraiserLandingPageMaxAge); |
| 19 | + $wgOut->setSquidMaxage( $wgFundraiserLandingPageMaxAge ); |
20 | 20 | $request = $this->getRequest(); |
| 21 | + $this->setHeaders(); |
21 | 22 | |
22 | 23 | # clear output variable to be safe |
23 | 24 | $output = ''; |