Cleanup a few unused globals
[lhc/web/wiklou.git] / maintenance / protect.php
index 56958ea..e772d67 100644 (file)
@@ -35,8 +35,6 @@ class Protect extends Maintenance {
        }
 
        public function execute() {
-               global $wgUser;
-
                $userName = $this->getOption( 'u', 'Maintenance script' );
                $reason = $this->getOption( 'r', '' );