Index: trunk/extensions/ContributionReporting/ContributionHistory_body.php |
— | — | @@ -7,6 +7,11 @@ |
8 | 8 | function execute( $language = null ) { |
9 | 9 | global $wgRequest, $wgOut, $wgTitle, $wgLang; |
10 | 10 | |
| 11 | + # Emergecny short cut until post donation comments are enabled |
| 12 | + $wgOut->redirect( SpecialPage::getTitleFor( 'FundraiserStatistics' )->getFullURL() ); |
| 13 | + return; |
| 14 | + |
| 15 | + |
11 | 16 | if ( !preg_match( '/^[a-z-]+$/', $language ) ) { |
12 | 17 | $language = 'en'; |
13 | 18 | } |