From 78b2af8832290b82423a1576dbe2c8b2cc850ad7 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Mon, 21 Jun 2004 02:30:29 +0000 Subject: [PATCH] uncommented "make bureaucrat" checkbox --- includes/SpecialMakesysop.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/SpecialMakesysop.php b/includes/SpecialMakesysop.php index 653f06256e..a9564f167f 100644 --- a/includes/SpecialMakesysop.php +++ b/includes/SpecialMakesysop.php @@ -76,7 +76,7 @@ class MakesysopForm { " ); - /* + $makeburo = wfMsg( "setbureaucratflag" ); $wgOut->addHTML( " @@ -84,7 +84,7 @@ class MakesysopForm { $makeburo " - );*/ + ); if ( $wgUser->isDeveloper() ) { $rights = wfMsg( "rights" ); -- 2.20.1