Index: trunk/phase3/includes/specials/SpecialEmailuser.php |
— | — | @@ -123,7 +123,7 @@ |
124 | 124 | |
125 | 125 | $this->mTargetObj = $ret; |
126 | 126 | |
127 | | - $form = new HTMLForm( $this->getFormFields() ); |
| 127 | + $form = new HTMLForm( $this->getFormFields(), $this->getContext() ); |
128 | 128 | $form->addPreText( wfMsgExt( 'emailpagetext', 'parseinline' ) ); |
129 | 129 | $form->setSubmitText( wfMsg( 'emailsend' ) ); |
130 | 130 | $form->setTitle( $this->getTitle() ); |