Index: trunk/phase3/includes/User.php |
— | — | @@ -168,7 +168,7 @@ |
169 | 169 | var $mFrom; |
170 | 170 | |
171 | 171 | /** |
172 | | - * Lazy-initialized variables, invalidated with clearInstanceCache |
| 172 | + * Lazy-initialized variables, invalidated with clearInstanceCache |
173 | 173 | */ |
174 | 174 | var $mNewtalk, $mDatePreference, $mBlockedby, $mHash, $mSkin, $mRights, |
175 | 175 | $mBlockreason, $mBlock, $mEffectiveGroups, $mBlockedGlobally, |
— | — | @@ -610,7 +610,7 @@ |
611 | 611 | */ |
612 | 612 | function getPasswordValidity( $password ) { |
613 | 613 | global $wgMinimalPasswordLength, $wgContLang; |
614 | | - |
| 614 | + |
615 | 615 | static $blockedLogins = array( |
616 | 616 | 'Useruser' => 'Passpass', 'Useruser1' => 'Passpass1', # r75589 |
617 | 617 | 'Apitestsysop' => 'testpass', 'Apitestuser' => 'testpass' # r75605 |
— | — | @@ -3830,7 +3830,7 @@ |
3831 | 3831 | // Set newtalk with the right user ID |
3832 | 3832 | $this->setNewtalk( true ); |
3833 | 3833 | wfRunHooks( 'AfterUserMessage', |
3834 | | - array( $this, $article, $summary, $text, $signature, $summary, $editor ) ); |
| 3834 | + array( $this, $article, $subject, $text, $signature, $summary, $editor ) ); |
3835 | 3835 | $dbw->commit(); |
3836 | 3836 | } else { |
3837 | 3837 | // The article was concurrently created |