Index: trunk/phase3/includes/User.php |
— | — | @@ -640,7 +640,7 @@ |
641 | 641 | * @param $password String Desired password |
642 | 642 | * @return mixed: true on success, string of error message on failure |
643 | 643 | */ |
644 | | - static function getPasswordValidity( $password ) { |
| 644 | + function getPasswordValidity( $password ) { |
645 | 645 | global $wgMinimalPasswordLength, $wgContLang; |
646 | 646 | |
647 | 647 | if(!$this->isValidPassword( $password )) { |