X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fsession%2FSessionBackend.php;h=0ea13e2a91aa77a87ac758b4b122f2ce727eb10c;hb=dfff6555859774ce3162fe08349e84f4f579502e;hp=7956e9fecb848aeaadbac752e3c75d3d440a4940;hpb=2b14cc0096de48b4863ea7daee55951701f6dc99;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/session/SessionBackend.php b/includes/session/SessionBackend.php index 7956e9fecb..0ea13e2a91 100644 --- a/includes/session/SessionBackend.php +++ b/includes/session/SessionBackend.php @@ -270,6 +270,8 @@ final class SessionBackend { // Delete the data for the old session ID now $this->store->delete( $this->store->makeKey( 'MWSession', $oldId ) ); } + + return $this->id; } /**