ApiPageSet::initFromPageIds: Default $filterIds to true
authorBrad Jorsch <bjorsch@wikimedia.org>
Wed, 12 Dec 2018 18:12:57 +0000 (13:12 -0500)
committerAnomie <bjorsch@wikimedia.org>
Wed, 12 Dec 2018 18:37:43 +0000 (18:37 +0000)
commit3106b2e9ae0529f719a93bd8a03764a3c5389d88
tree8ab5740290b9d8cdac06b0474897afeb2027a0f5
parente316f57358b08cd4b440840a3b3451bea63806eb
ApiPageSet::initFromPageIds: Default $filterIds to true

I have no idea why that was false in Ic1975220. Particularly when, of
the three calls, only one was changed to specify the parameter and that
was changed to pass false explicitly.

If it hadn't been false, it would have prevented T211804.

Bug: T211804
Change-Id: I8eea8936e9f57bf3e336f81b62bb11b9e2668788
includes/api/ApiPageSet.php