From: Alexander Ebert Date: Sat, 7 Jul 2012 17:59:28 +0000 (+0200) Subject: Removed unnecessary userObj fetching (prevented ACP access) X-Git-Tag: 2.0.0_Beta_1~1021^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=64a823130fb5f0b7754fb80d9db2c07f1920635c;p=GitHub%2FWoltLab%2FWCF.git Removed unnecessary userObj fetching (prevented ACP access) --- 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(); } /**