From 03ed4011a401774f26cefedd960ec854dcf9e624 Mon Sep 17 00:00:00 2001 From: Magnus Manske Date: Thu, 3 Nov 2005 21:20:01 +0000 Subject: [PATCH] Changing/adding of topics now requires bureaucrat --- includes/SpecialValidate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.20.1