Changing/adding of topics now requires bureaucrat
authorMagnus Manske <magnusmanske@users.mediawiki.org>
Thu, 3 Nov 2005 21:20:01 +0000 (21:20 +0000)
committerMagnus Manske <magnusmanske@users.mediawiki.org>
Thu, 3 Nov 2005 21:20:01 +0000 (21:20 +0000)
includes/SpecialValidate.php

index 0613071..5754f6e 100644 (file)
@@ -856,7 +856,7 @@ function wfSpecialValidate( $page = '' ) {
 
 
        # Can do?
-       if( ! $wgUser->isSysop() ) {#isAllowed('change_validation') ) {
+       if( ! $wgUser->isBureaucrat() ) {#isAllowed('change_validation') ) {
                $wgOut->sysopRequired();
                return;
        }