RefreshLinksJob parsed with incorrect revision variables
authorumherirrender <umherirrender_de.wp@web.de>
Tue, 27 Nov 2012 20:49:58 +0000 (21:49 +0100)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 27 Nov 2012 21:41:19 +0000 (13:41 -0800)
commit472f0ecaca2105c18e0aad1c7f4d46ef2dea72ee
tree77fc82d8788aa83f5bf0c19b231ac25a173a1e96
parent5eadf411628480fce7dc8c00fcaff52f3e02d12a
RefreshLinksJob parsed with incorrect revision variables

It is necessary to pass the revision id to the parser output to get the
revision variables like REVISIONTIMESTAMP correct. Doing this self
in the job prevents from calling Title::getLatestRevId in
Content::getSecondaryDataUpdates or other places.

This behaviour was lost in I551a90b0

Change-Id: I4bf0e8199edacaa703699f45ec8e65ca9e31e765
includes/job/jobs/RefreshLinksJob.php