From b42547c04dd9b5a131d65367e256735c8b934ad0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Fri, 27 Nov 2020 11:59:44 +0100 Subject: [PATCH] Remove call to SessionHandler::resetSessions() from acp/install.php --- wcfsetup/install/files/acp/install.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.20.1