From: Alexander Ebert Date: Tue, 24 Nov 2015 00:16:19 +0000 (+0100) Subject: Added missing autoloader X-Git-Tag: 3.0.0_Beta_1~2030^2~236 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2fb1c79d3b25727804bf8cfbdfca0c087c01a313;p=GitHub%2FWoltLab%2FWCF.git Added missing autoloader --- diff --git a/wcfsetup/install/files/lib/system/WCFSetup.class.php b/wcfsetup/install/files/lib/system/WCFSetup.class.php index fa1c6fb26e..b53cef6a3a 100644 --- a/wcfsetup/install/files/lib/system/WCFSetup.class.php +++ b/wcfsetup/install/files/lib/system/WCFSetup.class.php @@ -1,5 +1,6 @@ build(); + $this->getDeveloperMode(); $this->getLanguageSelection(); $this->getWCFDir();