Revert r38427 "Create User::getGroupsInRoles(). Given an array of roles (edit, read...
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 4 Aug 2008 03:45:22 +0000 (03:45 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 4 Aug 2008 03:45:22 +0000 (03:45 +0000)
commit0005a06927cdeb9a678b1cd34564fbd854160638
tree16200a58796dd46ec8a7bccac5a006da4e40d8b5
parent1668663e90bc0c2d5cc387df63470f00b715ec78
Revert r38427 "Create User::getGroupsInRoles(). Given an array of roles (edit, read, delete), return the groups allowed to do each."
This seems a bit odd; the name is certainly confusing -- getGroupsWithPermissions() would be clearer, but I'm not really sure I see why it's given an arbitrary-length list here (vs a simpler single check which can simply be run multiple times).
includes/User.php