From: addshore Date: Sun, 3 Apr 2016 08:03:36 +0000 (+0300) Subject: Remove unused fields from SpecialBotPasswords X-Git-Tag: 1.31.0-rc.0~7398^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles_versions%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=24c7f591143a4c7b5a31a6d9a7a1d708bab9684b;p=lhc%2Fweb%2Fwiklou.git Remove unused fields from SpecialBotPasswords Change-Id: I64518fd34f8c040c53d66669d69e84b89f318ae8 --- diff --git a/includes/specials/SpecialBotPasswords.php b/includes/specials/SpecialBotPasswords.php index bcba190570..1027f1f6e8 100644 --- a/includes/specials/SpecialBotPasswords.php +++ b/includes/specials/SpecialBotPasswords.php @@ -84,9 +84,6 @@ class SpecialBotPasswords extends FormSpecialPage { } protected function getFormFields() { - $user = $this->getUser(); - $request = $this->getRequest(); - $fields = []; if ( $this->par !== null ) {