Revert "Ignore duplicate key errors when creating a legacy session"
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 18 May 2021 08:11:07 +0000 (10:11 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 18 May 2021 08:16:52 +0000 (10:16 +0200)
commit56907cbfdbffce294870fbf83380b647b7edc95e
tree2fad97c4855eb700c04868087173e8fce3d6c881
parente02ddc446e34114ebf6be47eeb202a30d922cd61
Revert "Ignore duplicate key errors when creating a legacy session"

This commit was incorrect, as `createOrIgnore()` might return `null` which is
disallowed by the return type and is undesired.

This reverts commit 7878eb77952c506e5818587b49f9a64773b87fb1.
wcfsetup/install/files/lib/system/session/SessionHandler.class.php