Remove unused fields from SpecialBotPasswords
authoraddshore <addshorewiki@gmail.com>
Sun, 3 Apr 2016 08:03:36 +0000 (11:03 +0300)
committeraddshore <addshorewiki@gmail.com>
Sun, 3 Apr 2016 08:03:36 +0000 (11:03 +0300)
Change-Id: I64518fd34f8c040c53d66669d69e84b89f318ae8

includes/specials/SpecialBotPasswords.php

index bcba190..1027f1f 100644 (file)
@@ -84,9 +84,6 @@ class SpecialBotPasswords extends FormSpecialPage {
        }
 
        protected function getFormFields() {
-               $user = $this->getUser();
-               $request = $this->getRequest();
-
                $fields = [];
 
                if ( $this->par !== null ) {