Add safeguard against loading content across wikis.
authordaniel <daniel.kinzler@wikimedia.de>
Mon, 6 Aug 2018 12:31:04 +0000 (14:31 +0200)
committerdaniel <daniel.kinzler@wikimedia.de>
Mon, 6 Aug 2018 13:46:24 +0000 (15:46 +0200)
commit25e9a28fd035bb5dccc72d2ebb9413f2d0fb5a39
treefd58ca2456c648361f3f394f2c58407b59785bd4
parent0679b22319470cea0f502faad440e0ebd2a7e144
Add safeguard against loading content across wikis.

The new MCR schema enables cross-wiki loading of page content,
but this mechanism doesn't work as long as the new code is reading from
the old schema. This is what caused T201194.

Bug: T201194
Change-Id: I58af7a9e02780c55cd8fab20f19be36a0fa804da
includes/Storage/RevisionStore.php
includes/Storage/RevisionStoreFactory.php