Tweak API change which broke Makesysop extension. Same functionality, now in compatib...
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 28 Jun 2007 13:42:17 +0000 (13:42 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 28 Jun 2007 13:42:17 +0000 (13:42 +0000)
commit6156396440abe98eac93480439d22b93ef9fd8ce
treebfd4213e4b765b2bc9061e2326d041934a6d986d
parentb9af5fcff5342b8ecb4092bb6ae0509d833d914c
Tweak API change which broke Makesysop extension. Same functionality, now in compatible API.
* use protected, not private, so subclass can still call showEditUserGroupsForm()
* restore compatible parameters to showEditUserGroupsForm()
* encapsulate the filtering of available groups into splitGroups(), so caller doesn't have to do it
includes/SpecialUserrights.php