From b86d9d87300af16747d8b310f4512cc437d0a696 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gerg=C5=91=20Tisza?= Date: Tue, 15 Nov 2016 02:39:44 +0000 Subject: [PATCH] Followup to I5b47e5a We have logging now, just not in this class. Change-Id: Idd3c2cbcc22d06428740f9310a8116ce6f1fa355 --- includes/specials/SpecialPasswordReset.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/specials/SpecialPasswordReset.php b/includes/specials/SpecialPasswordReset.php index 9746ef6983..1da8c16a6b 100644 --- a/includes/specials/SpecialPasswordReset.php +++ b/includes/specials/SpecialPasswordReset.php @@ -164,8 +164,6 @@ class SpecialPasswordReset extends FormSpecialPage { public function onSuccess() { if ( $this->getUser()->isAllowed( 'passwordreset' ) && $this->passwords ) { - // @todo Logging - if ( $this->result->isGood() ) { $this->getOutput()->addWikiMsg( 'passwordreset-emailsent-capture2', count( $this->passwords ) ); -- 2.20.1