Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.body.php |
— | — | @@ -113,7 +113,8 @@ |
114 | 114 | if ( $wgRequest->getText( '_cache_', false ) ) { |
115 | 115 | $cache = true; |
116 | 116 | $token = ''; |
117 | | - $token_match = false; |
| 117 | + $token_match = false; |
| 118 | + $wgOut->mSquidMaxage = 6000; |
118 | 119 | } else { |
119 | 120 | $cache = false; |
120 | 121 | |
— | — | @@ -1187,4 +1188,4 @@ |
1188 | 1189 | // Automatically post the form if the user has Javascript support |
1189 | 1190 | $wgOut->addHTML( '<script type="text/javascript">document.paypalredirect.submit();</script>' ); |
1190 | 1191 | } |
1191 | | -} // end class |
\ No newline at end of file |
| 1192 | +} // end class |