From 64a823130fb5f0b7754fb80d9db2c07f1920635c Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 7 Jul 2012 19:59:28 +0200 Subject: [PATCH] Removed unnecessary userObj fetching (prevented ACP access) --- wcfsetup/install/files/lib/system/WCFACP.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/WCFACP.class.php b/wcfsetup/install/files/lib/system/WCFACP.class.php index e76450ac4d..780dea2b83 100644 --- a/wcfsetup/install/files/lib/system/WCFACP.class.php +++ b/wcfsetup/install/files/lib/system/WCFACP.class.php @@ -80,7 +80,6 @@ class WCFACP extends WCF { $factory->load(); self::$sessionObj = SessionHandler::getInstance(); - self::$userObj = self::getSession()->getUser(); } /** -- 2.20.1