Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php |
— | — | @@ -196,7 +196,7 @@ |
197 | 197 | function showForm( $msg='' ) { |
198 | 198 | global $wgOut, $wgUser, $wgLang, $wgAccountRequestTypes; |
199 | 199 | |
200 | | - $titleObj = SpecialPage::getTitleFor( 'confirmAccounts', $this->specialPageParameter ); |
| 200 | + $titleObj = SpecialPage::getTitleFor( 'ConfirmAccounts', $this->specialPageParameter ); |
201 | 201 | |
202 | 202 | $row = $this->getRequest(); |
203 | 203 | if( !$row || $row->acr_rejected && !$this->showRejects ) { |
— | — | @@ -349,8 +349,7 @@ |
350 | 350 | |
351 | 351 | $form .= "<div id='wpComment'><p>".wfMsgHtml('confirmaccount-reason')."</p>\n"; |
352 | 352 | $form .= "<p><textarea name='wpReason' id='wpReason' rows='3' cols='80' style='width:80%; display=block;'>" . |
353 | | - htmlspecialchars($this->reason) . |
354 | | - "</textarea></p></div>\n"; |
| 353 | + htmlspecialchars($this->reason) . "</textarea></p></div>\n"; |
355 | 354 | $form .= "<p>".Xml::submitButton( wfMsgHtml( 'confirmaccount-submit') )."</p>\n"; |
356 | 355 | $form .= Xml::hidden( 'title', $titleObj->getPrefixedUrl() )."\n"; |
357 | 356 | $form .= Xml::hidden( 'action', 'reject' ); |