Follow-up 262fd58: Correctly apply the ORDER BY in ActiveUsersPager
authormainframe98 <k.s.werf@hotmail.com>
Tue, 19 Feb 2019 15:01:59 +0000 (16:01 +0100)
committerJforrester <jforrester@wikimedia.org>
Tue, 19 Feb 2019 15:27:04 +0000 (15:27 +0000)
commitb4cdfaa09557db9144c1d84f2ea3cc57810c8374
treebce280c7170a53f536a4027ee695ba737d35a69c
parent4d0773cd01f08b05ceaaadd1c8d8cbca4756d0d0
Follow-up 262fd58: Correctly apply the ORDER BY in ActiveUsersPager

In 262fd58, an ORDER BY clause was added, but the direction it
is supposed to use was not loaded correctly from the $data array.
It is available under the key 'order', not 'dir'.

Bug: T216200
Change-Id: I5e675c98820813cd9107865e11e82ae57828a974
includes/specials/pagers/ActiveUsersPager.php