From 2fb1c79d3b25727804bf8cfbdfca0c087c01a313 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 24 Nov 2015 01:16:19 +0100 Subject: [PATCH] Added missing autoloader --- wcfsetup/install/files/lib/system/WCFSetup.class.php | 6 ++++++ 1 file changed, 6 insertions(+) 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(); -- 2.20.1