r11115 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r11114‎ | r11115 | r11116 >
Date:09:07, 24 September 2005
Author:nikerabbit
Status:old
Tags:
Comment:
$wgMinimalPasswordLength was not in global statement
Modified paths:
  • /trunk/phase3/includes/SpecialUserlogin.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SpecialUserlogin.php
@@ -163,7 +163,7 @@
164164 global $wgUser, $wgOut;
165165 global $wgUseLatin1, $wgEnableSorbs, $wgProxyWhitelist;
166166 global $wgMemc, $wgAccountCreationThrottle, $wgDBname;
167 - global $wgAuth;
 167+ global $wgAuth, $wgMinimalPasswordLength;
168168
169169 // If the user passes an invalid domain, something is fishy
170170 if( !$wgAuth->validDomain( $this->mDomain ) ) {

Status & tagging log