Add back cache setting that was accidently removed

This commit is contained in:
Mark A. Hershberger 2010-11-15 23:47:12 +00:00
parent 61f5f7caba
commit c06345b95e

View file

@ -30,7 +30,7 @@ class RSSHooks {
$timeout = $wgRSSCacheAge;
}
$parser->disableCache();
/* $parser->getOutput()->updateCacheExpiry( $timeout ); */
$parser->getOutput()->updateCacheExpiry( $timeout );
$rss = new RSSParser( $input, $args );