Bartosz Dziewoński has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/218280

Change subject: fixup! SpecialResetTokens
......................................................................

fixup! SpecialResetTokens

Change-Id: I643e4d8538b512fb29f114037562ad21b0013533
---
M includes/specials/SpecialResetTokens.php
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/80/218280/1

diff --git a/includes/specials/SpecialResetTokens.php 
b/includes/specials/SpecialResetTokens.php
index e7c3965..27a3a69 100644
--- a/includes/specials/SpecialResetTokens.php
+++ b/includes/specials/SpecialResetTokens.php
@@ -123,6 +123,10 @@
                }
        }
 
+       protected function getDisplayFormat() {
+               return 'ooui';
+       }
+
        public function onSubmit( array $formData ) {
                if ( $formData['tokens'] ) {
                        $user = $this->getUser();
@@ -135,10 +139,6 @@
                }
 
                return false;
-       }
-
-       protected function getDisplayFormat() {
-               return 'ooui';
        }
 
        protected function getGroupName() {

-- 
To view, visit https://gerrit.wikimedia.org/r/218280
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I643e4d8538b512fb29f114037562ad21b0013533
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <matma....@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to