Steps to replicate the issue:
- On a wiki with FlaggedRevs, reject a revision authored by a named user.
- Inspect the result of FRUserCounters::getParams( $author ); via shell.php, where $author is the author of the revision that was reverted.
What happens?:
- The revertedEdits param will have been incremented by 2, rather than 1.
What should have happened instead?:
- The revertedEdits param should have been incremented by 1.