Fix edit patrolling in multi Diffs
authorMarius Hoch <hoo@online.de>
Sun, 2 Jun 2013 13:23:09 +0000 (15:23 +0200)
committerMarius Hoch <hoo@online.de>
Sun, 2 Jun 2013 13:23:09 +0000 (15:23 +0200)
commitaa0308e3b901c28d4a5e63d1b93b999bde65e6ee
tree1eaa0912d482ca0f0a91073de62ccc9a67ae12fb
parent41bd1fee921eeb802ed2cea9431be479eb51a0ba
Fix edit patrolling in multi Diffs

In multi diffs we had a "wrong" value for rc_last_oldid
set (not the directly previous revision but the one
selected by the user). Due to that there weren't any
unpatrolled recentchanges rows found. As that is cached
in memcached these rows stay unpatrollable forever.

Bug: 49019
Change-Id: I5d6111032dba7d102e30d85718639697f44c036e
includes/diff/DifferenceEngine.php