From dba8bf0709016aca90e5ae7e513401616b998304 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 15 Dec 2016 11:01:35 +0100 Subject: [PATCH] Moved CORS handling up --- wcfsetup/install/files/lib/system/WCFACP.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/WCFACP.class.php b/wcfsetup/install/files/lib/system/WCFACP.class.php index f5982be89d..c8f2984135 100644 --- a/wcfsetup/install/files/lib/system/WCFACP.class.php +++ b/wcfsetup/install/files/lib/system/WCFACP.class.php @@ -53,6 +53,7 @@ class WCFACP extends WCF { // start initialization $this->initDB(); $this->loadOptions(); + $this->initCors(); $this->initPackage(); $this->initSession(); $this->initLanguage(); @@ -65,7 +66,6 @@ class WCFACP extends WCF { $this->initApplications(); } - $this->initCors(); $this->initBlacklist(); $this->initAuth(); -- 2.20.1