From: Niklas Laxström Date: Sat, 24 Sep 2005 09:07:26 +0000 (+0000) Subject: $wgMinimalPasswordLength was not in global statement X-Git-Tag: 1.6.0~1583 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=commitdiff_plain;h=0860f37b407247ad49eae2ae7d558d92a1ff3e91;p=lhc%2Fweb%2Fwiklou.git $wgMinimalPasswordLength was not in global statement --- diff --git a/includes/SpecialUserlogin.php b/includes/SpecialUserlogin.php index 179a9b08c7..2af23eeecf 100644 --- a/includes/SpecialUserlogin.php +++ b/includes/SpecialUserlogin.php @@ -163,7 +163,7 @@ class LoginForm { global $wgUser, $wgOut; global $wgUseLatin1, $wgEnableSorbs, $wgProxyWhitelist; global $wgMemc, $wgAccountCreationThrottle, $wgDBname; - global $wgAuth; + global $wgAuth, $wgMinimalPasswordLength; // If the user passes an invalid domain, something is fishy if( !$wgAuth->validDomain( $this->mDomain ) ) {