do not clober the existing userid if present when loading federation informations

This commit is contained in:
<bdauvergne@entrouvert.com> 1206635559 +0100 0001-01-01 00:00:00 +00:00
parent b8f8189c2b
commit 2c61e720ad
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class LassoSPKitAutoPersistentSession extends LassoSPKitDummySession {
}
$userID = LassoSPKitUtilsSession::getUserID();
if ($userID) {
$this->storage->alias(md5($userID));
$this->storage->alias($firstID, md5($userID));
}
}
parent::saveFederation();