From: Tim Düsterhus Date: Fri, 27 Nov 2020 10:59:44 +0000 (+0100) Subject: Remove call to SessionHandler::resetSessions() from acp/install.php X-Git-Tag: 5.4.0_Alpha_1~575^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b42547c04dd9b5a131d65367e256735c8b934ad0;p=GitHub%2FWoltLab%2FWCF.git Remove call to SessionHandler::resetSessions() from acp/install.php --- diff --git a/wcfsetup/install/files/acp/install.php b/wcfsetup/install/files/acp/install.php index 69c15911f5..8f2dad3205 100644 --- a/wcfsetup/install/files/acp/install.php +++ b/wcfsetup/install/files/acp/install.php @@ -1,5 +1,5 @@ prepareStatement($sql); $statement->execute([1]); -// reset sessions -SessionHandler::resetSessions(); +// Clear any outdated cached data from WCFSetup. +UserStorageHandler::getInstance()->clear(); // update acp templates $sql = "UPDATE wcf".WCF_N."_acp_template