From 6814083b52d902f5bf577cc07a3b2c1517dd663d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Wed, 23 Nov 2016 16:37:39 +0100 Subject: [PATCH] SpecialUserrights: Remove incorrect comment While this used to be true, it no longer is since we require at least PHP 5.5, and I don't see how this would improve the code here anyway. Change-Id: Ica1995f1b2208f2a99696cf0a0010131737d490f --- includes/specials/SpecialUserrights.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/specials/SpecialUserrights.php b/includes/specials/SpecialUserrights.php index 30b050c661..6ded6d9dd7 100644 --- a/includes/specials/SpecialUserrights.php +++ b/includes/specials/SpecialUserrights.php @@ -707,7 +707,6 @@ class UserrightsPage extends SpecialPage { * @return bool Can we remove the group? */ private function canRemove( $group ) { - // $this->changeableGroups()['remove'] doesn't work, of course. Thanks, PHP. $groups = $this->changeableGroups(); return in_array( -- 2.20.1