https://bugzilla.wikimedia.org/show_bug.cgi?id=46816
--- Comment #2 from Tim Starling <[email protected]> --- (In reply to comment #1) > The only question, though, would be how the InfoAction cache would be flushed > after the page is protected/unprotected, because those routes don't call > WikiPage::onArticleEdit(). (They actually don't call Title::invalidateCache() > either, so I doubt protection statuses are updating at all right now.) You're going to add a function that clears the action=info cache, right? InfoAction::clearCache( $title ) or something like that? You can have WikiPage::doUpdateRestrictions() call that function directly. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
