Make Revision::getPrevious() and Revision::getNext() return null if there are no...
authorTim Starling <tstarling@users.mediawiki.org>
Thu, 19 Jan 2006 17:12:37 +0000 (17:12 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Thu, 19 Jan 2006 17:12:37 +0000 (17:12 +0000)
commit77c17910a9f3bf145c65025e45de9b3247cdb224
tree8bf292ceea46cddd7701a24ac21398f38bf79592
parentbd738ff55bacf9f25384768d924e1bc391e028f7
Make Revision::getPrevious() and Revision::getNext() return null if there are no more revisions to fetch in that direction. They previously just started from the current revision again.
includes/Revision.php