Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php |
— | — | @@ -1198,8 +1198,8 @@ |
1199 | 1199 | if( $wgAutoWelcomeNewUsers ) { |
1200 | 1200 | $utalk = new Article( $user->getTalkPage() ); |
1201 | 1201 | # Is there a custom message? |
1202 | | - $welcome = wfEmptyMsg( "confirmaccount-welc-{$group}", wfMsg("confirmaccount-welc-{$group}") ) ? |
1203 | | - wfMsg('confirmaccount-welc') : wfMsg("confirmaccount-welc-{$group}"); |
| 1202 | + $welcome = wfEmptyMsg( "confirmaccount-welc-pos{$this->mType}", wfMsg("confirmaccount-welc-pos{$this->mType}") ) ? |
| 1203 | + wfMsg('confirmaccount-welc') : wfMsg("confirmaccount-welc-pos{$this->mType}"); |
1204 | 1204 | # Add user welcome message! |
1205 | 1205 | $utalk->doEdit( $welcome . ' ~~~~', wfMsg('confirmaccount-wsum'), EDIT_MINOR ); |
1206 | 1206 | } |