From: Brad Jorsch Date: Thu, 8 Mar 2018 21:46:08 +0000 (-0500) Subject: Typo fix X-Git-Tag: 1.31.0-rc.0~415 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=3d20679f2dc5c15cf4d6336de11dee011ee07641;p=lhc%2Fweb%2Fwiklou.git Typo fix Bug: T189251 Change-Id: I5e7af2629d566181f3280049b6847c0126850ff2 --- 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'] ]