r101541 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101540‎ | r101541 | r101542 >
Date:22:10, 1 November 2011
Author:awjrichards
Status:ok
Tags:
Comment:
Fixed spacing, followup r101236
Modified paths:
  • /trunk/extensions/DonationInterface/gateway_common/DonationData.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/gateway_common/DonationData.php
@@ -454,7 +454,7 @@
455455 self::ensureSession();
456456 $_SESSION[$gateway_ident . 'EditToken'] = $unsalted;
457457 $salted = $this->token_getSaltedSessionToken();
458 - $this->setVal( 'token', $salted);
 458+ $this->setVal( 'token', $salted );
459459 }
460460
461461 function token_applyMD5AndSalt( $clear_token ){

Follow-up revisions

RevisionCommit summaryAuthorDate
r101746MFT r101074, r101217, r101236, r101382, r101501, r101503, r101504, r101512, r...awjrichards23:23, 2 November 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101236Fixes the session edit token mismatch recovery problem, and cleans up some ot...khorn00:17, 29 October 2011

Status & tagging log