r76739 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76738‎ | r76739 | r76740 >
Date:23:47, 15 November 2010
Author:mah
Status:ok
Tags:
Comment:
Add back cache setting that was accidently removed
Modified paths:
  • /trunk/extensions/RSS/RSSHooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/RSS/RSSHooks.php
@@ -30,7 +30,7 @@
3131 $timeout = $wgRSSCacheAge;
3232 }
3333 $parser->disableCache();
34 - /* $parser->getOutput()->updateCacheExpiry( $timeout ); */
 34+ $parser->getOutput()->updateCacheExpiry( $timeout );
3535
3636 $rss = new RSSParser( $input, $args );
3737

Status & tagging log