r24206 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24205‎ | r24206 | r24207 >
Date:16:52, 17 July 2007
Author:robchurch
Status:old
Tags:
Comment:
Fix
Modified paths:
  • /trunk/phase3/includes/User.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/User.php
@@ -493,7 +493,7 @@
494494 if( !wfRunHooks( 'isValidPassword', array( $password, &$result ) ) )
495495 return $result;
496496 if( $result === false )
497 - return $false;
 497+ return false;
498498
499499 // Password needs to be long enough, and can't be the same as the username
500500 return strlen( $password ) >= $wgMinimalPasswordLength

Follow-up revisions

RevisionCommit summaryAuthorDate
r24215Merged revisions 24095-24212 via svnmerge from...david21:19, 17 July 2007

Status & tagging log