Index: trunk/extensions/RSS/RSSHooks.php |
— | — | @@ -30,7 +30,7 @@ |
31 | 31 | $timeout = $wgRSSCacheAge; |
32 | 32 | } |
33 | 33 | $parser->disableCache(); |
34 | | - /* $parser->getOutput()->updateCacheExpiry( $timeout ); */ |
| 34 | + $parser->getOutput()->updateCacheExpiry( $timeout ); |
35 | 35 | |
36 | 36 | $rss = new RSSParser( $input, $args ); |
37 | 37 | |