Index: trunk/extensions/FlaggedRevs/specialpages/StablePages_body.php |
— | — | @@ -37,6 +37,9 @@ |
38 | 38 | |
39 | 39 | function showPageList() { |
40 | 40 | global $wgOut, $wgUser, $wgLang; |
| 41 | + |
| 42 | + # Take this opportunity to purge out expired configurations |
| 43 | + FlaggedRevs::purgeExpiredConfigurations(); |
41 | 44 | |
42 | 45 | $wgOut->addHTML( wfMsgExt('stablepages-text', array('parse') ) ); |
43 | 46 | $pager = new StablePagesPager( $this, array(), $this->namespace ); |