From 3d20679f2dc5c15cf4d6336de11dee011ee07641 Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Thu, 8 Mar 2018 16:46:08 -0500 Subject: [PATCH] Typo fix Bug: T189251 Change-Id: I5e7af2629d566181f3280049b6847c0126850ff2 --- includes/specials/pagers/BlockListPager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/pagers/BlockListPager.php b/includes/specials/pagers/BlockListPager.php index cac0736dad..4234292700 100644 --- a/includes/specials/pagers/BlockListPager.php +++ b/includes/specials/pagers/BlockListPager.php @@ -232,7 +232,7 @@ class BlockListPager extends TablePager { 'ipb_deleted', 'ipb_block_email', 'ipb_allow_usertalk', - ] + $commentQuery['fields'], $actorQuery['fields'], + ] + $commentQuery['fields'] + $actorQuery['fields'], 'conds' => $this->conds, 'join_conds' => [ 'user' => [ 'LEFT JOIN', 'user_id = ' . $actorQuery['fields']['ipb_by'] ] -- 2.20.1