r101323 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101322‎ | r101323 | r101324 >
Date:22:59, 30 October 2011
Author:jamesur
Status:ok
Tags:
Comment:
followup from r101321 reset setHeaders()
Modified paths:
  • /trunk/extensions/FundraiserLandingPage/FundraiserLandingPage.body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FundraiserLandingPage/FundraiserLandingPage.body.php
@@ -15,8 +15,9 @@
1616 global $wgFundraiserLPDefaults, $wgOut, $wgFundraiserLandingPageMaxAge;
1717
1818 #Set squid age
19 - $wgOut->setSquidMaxage($wgFundraiserLandingPageMaxAge);
 19+ $wgOut->setSquidMaxage( $wgFundraiserLandingPageMaxAge );
2020 $request = $this->getRequest();
 21+ $this->setHeaders();
2122
2223 # clear output variable to be safe
2324 $output = '';

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101321adding caching for fundraiser landing page extension with default 5 minutesjamesur22:37, 30 October 2011

Status & tagging log