TablePager: put parent construct call back at end
authorElliott Eggleston <ejegg@ejegg.com>
Tue, 27 Aug 2019 03:42:07 +0000 (22:42 -0500)
committerAndrew Green <andrew.green.df@gmail.com>
Tue, 27 Aug 2019 04:43:01 +0000 (23:43 -0500)
commit28a221825fbcf02f20ad1b228c2f00b70d6d9a92
treeb535e940f0de18bc1aa44e5382af239533085af4
parent2ec627ea02ad07db4842d3d53a1cce2b3c1384ee
TablePager: put parent construct call back at end

Restores position of parent constructor call, changed in commit
I082152b64141f1a.

The parent constructor calls getIndexField(), which depends on the
mSort value already being set.

Bug: T231261
Change-Id: If07f10075a51fbbe9de24464cb6844faaad94780
includes/pager/TablePager.php