* Sorted $wgAvailableRights
* Added unwatchedpages to $wgAvailableRights (see http://mail.wikimedia.org/pipermail/wikitech-l/2006-January/033427.html)
This commit is contained in:
parent
d2adf83131
commit
d77e1f4175
1 changed files with 14 additions and 13 deletions
|
|
@ -76,22 +76,23 @@ define( 'MW_MATH_MATHML', 5 );
|
|||
* @todo Is this necessary?
|
||||
*/
|
||||
$wgAvailableRights = array(
|
||||
'read',
|
||||
'edit',
|
||||
'move',
|
||||
'delete',
|
||||
'protect',
|
||||
'block',
|
||||
'userrights',
|
||||
'createaccount',
|
||||
'upload',
|
||||
'rollback',
|
||||
'patrol',
|
||||
'editinterface',
|
||||
'siteadmin',
|
||||
'bot',
|
||||
'createaccount',
|
||||
'delete',
|
||||
'edit',
|
||||
'editinterface',
|
||||
'import',
|
||||
'importupload'
|
||||
'importupload',
|
||||
'move',
|
||||
'patrol',
|
||||
'protect',
|
||||
'read',
|
||||
'rollback',
|
||||
'siteadmin',
|
||||
'unwatchedpages',
|
||||
'upload',
|
||||
'userrights',
|
||||
);
|
||||
|
||||
/**#@+
|
||||
|
|
|
|||
Loading…
Reference in a new issue