r70441 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70440‎ | r70441 | r70442 >
Date:00:11, 4 August 2010
Author:kaldari
Status:ok
Tags:
Comment:
Fix for error in r70440. Two different tokens.
Modified paths:
  • /trunk/extensions/CentralNotice/SpecialNoticeTemplate.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/SpecialNoticeTemplate.php
@@ -335,7 +335,7 @@
336336 $htmlOut .= Xml::closeElement( 'tr' );
337337 }
338338 if ( $this->editable ) {
339 - $htmlOut .= Xml::hidden( 'authtoken', $token );
 339+ $htmlOut .= Xml::hidden( 'token', $token );
340340 $htmlOut .= Xml::hidden( 'wpUserLanguage', $wpUserLang );
341341 $htmlOut .= Xml::openElement( 'tr' );
342342 $htmlOut .= Xml::tags( 'td', array( 'colspan' => 4 ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r70440Fix for form issueskaldari00:05, 4 August 2010

Status & tagging log