Index: branches/wmf/1.18wmf1/includes/specials/SpecialEmailuser.php |
— | — | @@ -122,7 +122,7 @@ |
123 | 123 | if( !$ret instanceof User ) { |
124 | 124 | if( $this->mTarget != '' ) { |
125 | 125 | $ret = ( $ret == 'notarget' ) ? 'emailnotarget' : ( $ret . 'text' ); |
126 | | - $out->wrapWikiMsg( "<p class='error'>$1</p>", $ret ); |
| 126 | + $wgOut->wrapWikiMsg( "<p class='error'>$1</p>", $ret ); |
127 | 127 | } |
128 | 128 | $wgOut->addHTML( self::userForm( $this->mTarget ) ); |
129 | 129 | return false; |