Index: trunk/phase3/includes/specials/SpecialEditWatchlist.php |
— | — | @@ -411,7 +411,7 @@ |
412 | 412 | } |
413 | 413 | } |
414 | 414 | |
415 | | - $form = new EditWatchlistNormalHTMLForm( $fields ); |
| 415 | + $form = new EditWatchlistNormalHTMLForm( $fields, $this->getContext() ); |
416 | 416 | $form->setTitle( $this->getTitle() ); |
417 | 417 | $form->setSubmitText( wfMessage( 'watchlistedit-normal-submit' )->text() ); |
418 | 418 | $form->setWrapperLegend( wfMessage( 'watchlistedit-normal-legend' )->text() ); |
— | — | @@ -467,7 +467,7 @@ |
468 | 468 | 'default' => $titles, |
469 | 469 | ), |
470 | 470 | ); |
471 | | - $form = new HTMLForm( $fields ); |
| 471 | + $form = new HTMLForm( $fields, $this->getContext() ); |
472 | 472 | $form->setTitle( $this->getTitle( 'raw' ) ); |
473 | 473 | $form->setSubmitText( wfMessage( 'watchlistedit-raw-submit' )->text() ); |
474 | 474 | $form->setWrapperLegend( wfMessage( 'watchlistedit-raw-legend' )->text() ); |