r48719 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48718‎ | r48719 | r48720 >
Date:21:12, 23 March 2009
Author:aaron
Status:ok
Tags:
Comment:
Fix case typo
Modified paths:
  • /trunk/extensions/ConfirmAccount/ConfirmAccount_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/ConfirmAccount_body.php
@@ -196,7 +196,7 @@
197197 function showForm( $msg='' ) {
198198 global $wgOut, $wgUser, $wgLang, $wgAccountRequestTypes;
199199
200 - $titleObj = SpecialPage::getTitleFor( 'confirmAccounts', $this->specialPageParameter );
 200+ $titleObj = SpecialPage::getTitleFor( 'ConfirmAccounts', $this->specialPageParameter );
201201
202202 $row = $this->getRequest();
203203 if( !$row || $row->acr_rejected && !$this->showRejects ) {
@@ -349,8 +349,7 @@
350350
351351 $form .= "<div id='wpComment'><p>".wfMsgHtml('confirmaccount-reason')."</p>\n";
352352 $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";
355354 $form .= "<p>".Xml::submitButton( wfMsgHtml( 'confirmaccount-submit') )."</p>\n";
356355 $form .= Xml::hidden( 'title', $titleObj->getPrefixedUrl() )."\n";
357356 $form .= Xml::hidden( 'action', 'reject' );

Status & tagging log