aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SpecialMakesysop.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/SpecialMakesysop.php')
-rw-r--r--includes/SpecialMakesysop.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/SpecialMakesysop.php b/includes/SpecialMakesysop.php
index 653f06256e60..a9564f167fb2 100644
--- a/includes/SpecialMakesysop.php
+++ b/includes/SpecialMakesysop.php
@@ -76,7 +76,7 @@ class MakesysopForm {
</td>
</tr>"
);
- /*
+
$makeburo = wfMsg( "setbureaucratflag" );
$wgOut->addHTML(
"<tr>
@@ -84,7 +84,7 @@ class MakesysopForm {
<input type=checkbox name=\"wpSetBureaucrat\" value=1>$makeburo
</td>
</tr>"
- );*/
+ );
if ( $wgUser->isDeveloper() ) {
$rights = wfMsg( "rights" );