Last modified: 2012-11-09 15:16:27 UTC
When patrolling edits, a user with patrolling privileges needs to beth revert the edit(s) and mark it/them patrolled in separate actions. Since reverted edits have been taken care of, they should be marked as patrolled automatically.
if ( $wgUseRCPatrol ) { # Mark all reverted edits as patrolled $set['rc_patrolled'] = 1; } WORKSFORME
It also works for me when reverting.