Fix Special:Userrights temp groups with no non-temp groups
authorBrad Jorsch <bjorsch@wikimedia.org>
Thu, 21 Jun 2018 20:08:56 +0000 (16:08 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Thu, 21 Jun 2018 20:08:56 +0000 (16:08 -0400)
commitdd22587268f1ec5ae820a6c40c4d5ab8133f7ed1
tree8308e2ada806c7f3b3bddd809cc5f00902f14289
parent41f9d52a98d37f42ab5570220381657ede580d12
Fix Special:Userrights temp groups with no non-temp groups

Special:Userrights was only checking the count of non-temporary groups
when deciding whether to show the list of temporary and non-temporary
groups. It needs to check both.

Bug: T197860
Change-Id: Ie8a9caad01f1a610584fb4a1272ad3800e9c8e6a
includes/specials/SpecialUserrights.php