r29568 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r29567‎ | r29568 | r29569 >
Date:03:25, 11 January 2008
Author:aaron
Status:old
Tags:
Comment:
Standardize
Modified paths:
  • /trunk/extensions/ConfirmAccount/ConfirmAccount_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php
@@ -1198,8 +1198,8 @@
11991199 if( $wgAutoWelcomeNewUsers ) {
12001200 $utalk = new Article( $user->getTalkPage() );
12011201 # 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}");
12041204 # Add user welcome message!
12051205 $utalk->doEdit( $welcome . ' ~~~~', wfMsg('confirmaccount-wsum'), EDIT_MINOR );
12061206 }

Status & tagging log