Send cache-control headers with feeds, this makes 304 responses possible
[lhc/web/wiklou.git] / includes / SpecialRecentchanges.php
index 46a5707..68e0db6 100644 (file)
@@ -126,8 +126,6 @@ function wfSpecialRecentchanges( $par )
        $wgOut->addHTML( "{$note}\n" );
 
        if( $feeding ) {
-               $wgOut->disable();
-               
                $feed = new RSSFeed(
                        $wgSitename . " - " . wfMsg( "recentchanges" ) . " [" . $wgLanguageCode . "]",
                        htmlspecialchars( wfMsg( "recentchangestext" ) ),