Remove loading of the virtual session from SessionHandler::getExistingSession()
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 30 Sep 2020 14:36:54 +0000 (16:36 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Thu, 1 Oct 2020 14:11:28 +0000 (16:11 +0200)
commit23fcb7921ed44577be44cafec568f469c50fec8e
tree3a04f7bf3d89917f8fd2ae62f627a01effa249eb
parent884f883610ac63a375dfe794a35fb9b28e923b87
Remove loading of the virtual session from SessionHandler::getExistingSession()

The loading will be performed in loadVirtualSession(), so this change does not
result in a visible behavioral change.
wcfsetup/install/files/lib/system/session/SessionHandler.class.php