WikiPage: Return false from hasDifferencesOutsideMainSlot if no differences at all
authorBrad Jorsch <bjorsch@wikimedia.org>
Wed, 18 Jul 2018 15:14:56 +0000 (11:14 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Wed, 18 Jul 2018 15:14:56 +0000 (11:14 -0400)
commit6e05c20c5c7581df7788f261e82792d27c7e9047
tree189a451599705d86437ac8d6963c07e4b66c6aea
parentff076e5016e2b088b8886a66a1a7075a00411e20
WikiPage: Return false from hasDifferencesOutsideMainSlot if no differences at all

If the page has no differences in any slot, the method is incorrectly
returning "true" to claim there are differences in some non-main slot.

Follows up Ifdf9bc9d884844f9ffeb8019d9b13d5737862063.

Bug: T194412
Change-Id: I013bcd9c39d05d9af47c1a29026b14d27af2db15
includes/page/WikiPage.php