Index: branches/REL1_15/extensions/ConfirmAccount/ConfirmAccount_body.php |
— | — | @@ -663,7 +663,7 @@ |
664 | 664 | $utalk->doEdit( $welcome . ' ~~~~', wfMsg('confirmaccount-wsum'), EDIT_MINOR ); |
665 | 665 | } |
666 | 666 | # Finally, done!!! |
667 | | - $this->showSuccess( $this->submitType, $user->getName(), $error ); |
| 667 | + $this->showSuccess( $this->submitType, $user->getName(), array($error) ); |
668 | 668 | } else if( $this->submitType === 'hold' ) { |
669 | 669 | global $wgUser; |
670 | 670 | # Make proxy user to email a message |