Index: trunk/extensions/DonationInterface/gateway_common/DonationData.php |
— | — | @@ -454,7 +454,7 @@ |
455 | 455 | self::ensureSession(); |
456 | 456 | $_SESSION[$gateway_ident . 'EditToken'] = $unsalted; |
457 | 457 | $salted = $this->token_getSaltedSessionToken(); |
458 | | - $this->setVal( 'token', $salted); |
| 458 | + $this->setVal( 'token', $salted ); |
459 | 459 | } |
460 | 460 | |
461 | 461 | function token_applyMD5AndSalt( $clear_token ){ |