From: Brion Vibber Date: Thu, 9 Jun 2005 13:56:53 +0000 (+0000) Subject: Take steward out of the default install; use in the Makesysop extension X-Git-Tag: 1.5.0beta1~206 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=a0f000db34f53690a235940af76ea8f6ab112f91;p=lhc%2Fweb%2Fwiklou.git Take steward out of the default install; use in the Makesysop extension definition. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 4e79cea986..37d75c4708 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -685,7 +685,6 @@ $wgGroupPermissions = array( 'sysop' => array( 'createaccount', 'patrol', 'protect', 'delete', 'rollback', 'block', 'editinterface' ), 'bureaucrat' => array( 'userrights' ), - 'steward' => array( 'makesysop' ), # technically this is for an extension... 'developer' => array( 'siteadmin' ), );