mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RSS
synced 2024-11-28 01:20:10 +00:00
Add back cache setting that was accidently removed
This commit is contained in:
parent
61f5f7caba
commit
c06345b95e
|
@ -30,7 +30,7 @@ class RSSHooks {
|
|||
$timeout = $wgRSSCacheAge;
|
||||
}
|
||||
$parser->disableCache();
|
||||
/* $parser->getOutput()->updateCacheExpiry( $timeout ); */
|
||||
$parser->getOutput()->updateCacheExpiry( $timeout );
|
||||
|
||||
$rss = new RSSParser( $input, $args );
|
||||
|
||||
|
|
Loading…
Reference in a new issue