Implement WikiPage::getOldestRevision() in terms of Title::getFirstRevision()
authorRoan Kattouw <roan.kattouw@gmail.com>
Wed, 29 Mar 2017 15:53:08 +0000 (11:53 -0400)
committerRoan Kattouw <roan.kattouw@gmail.com>
Wed, 29 Mar 2017 15:53:08 +0000 (11:53 -0400)
commit09f14cba5219c49ccc070afd5f820e4ccec1a700
tree72726c908b448f9a6014a7df8db970b3a04566af
parentdee457713b1b110bff1dc9985eabd487c5d8877c
Implement WikiPage::getOldestRevision() in terms of Title::getFirstRevision()

They were both doing the same thing, except that getOldestRevision()
checks the master if the revision is missing on the replica.

Change-Id: I21a118c6cd5c98fb846a0a2765574c0dbdbf7220
includes/Title.php
includes/page/WikiPage.php