r91983 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91982‎ | r91983 | r91984 >
Date:18:22, 12 July 2011
Author:mah
Status:ok
Tags:
Comment:
eol w/s before commiting real patch
Modified paths:
  • /trunk/phase3/includes/specials/SpecialPasswordReset.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialPasswordReset.php
@@ -145,7 +145,7 @@
146146 }
147147
148148 $firstUser = $users[0];
149 -
 149+
150150 if ( !$firstUser instanceof User || !$firstUser->getID() ) {
151151 return array( array( 'nosuchuser', $data['Username'] ) );
152152 }

Status & tagging log