(bug 42948) $wiki parameter for getRevisionText().
authordaniel <daniel.kinzler@wikimedia.de>
Tue, 11 Dec 2012 11:57:37 +0000 (12:57 +0100)
committerdaniel <daniel.kinzler@wikimedia.de>
Tue, 11 Dec 2012 12:03:20 +0000 (13:03 +0100)
commit45a197b1a59696b87050821c284f09db92f58d05
treea910ffa6c818add544584489326f0c64cf899ba2
parent6063a19148ea47699c96b1e0dda1241d7c333e91
(bug 42948) $wiki parameter for getRevisionText().

Revision::getRevisionText should take wiki identifier, to allow for the loading
of revision blobs from another wiki's database. This is passed through to
ExternalStoreDB, so it uses the correct database connection.

Change-Id: I14a7ebb8aa31a4e50735db9c28ff8d2759cd872c
includes/Revision.php