From: Magnus Manske Date: Thu, 3 Nov 2005 21:20:01 +0000 (+0000) Subject: Changing/adding of topics now requires bureaucrat X-Git-Tag: 1.6.0~1227 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=03ed4011a401774f26cefedd960ec854dcf9e624;p=lhc%2Fweb%2Fwiklou.git Changing/adding of topics now requires bureaucrat --- diff --git a/includes/SpecialValidate.php b/includes/SpecialValidate.php index 061307175c..5754f6ec5a 100644 --- a/includes/SpecialValidate.php +++ b/includes/SpecialValidate.php @@ -856,7 +856,7 @@ function wfSpecialValidate( $page = '' ) { # Can do? - if( ! $wgUser->isSysop() ) {#isAllowed('change_validation') ) { + if( ! $wgUser->isBureaucrat() ) {#isAllowed('change_validation') ) { $wgOut->sysopRequired(); return; }