From 854797abd5dff53b151ece95ad717503e6d3e26d Mon Sep 17 00:00:00 2001 From: Platonides Date: Sun, 12 May 2013 16:18:25 +0200 Subject: [PATCH] Variable $wgRestrictionLevels unused since 1cbaa921 Change-Id: I251ecaf319b2b4379ef80417ba23022a56064a94 --- includes/ProtectionForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ProtectionForm.php b/includes/ProtectionForm.php index 0ac874964e..0871cf0edc 100644 --- a/includes/ProtectionForm.php +++ b/includes/ProtectionForm.php @@ -614,7 +614,7 @@ class ProtectionForm { } function buildCleanupScript() { - global $wgRestrictionLevels, $wgCascadingRestrictionLevels, $wgOut; + global $wgCascadingRestrictionLevels, $wgOut; $cascadeableLevels = $wgCascadingRestrictionLevels; $options = array( -- 2.20.1