From: Alexander Ebert Date: Wed, 28 Sep 2016 16:50:16 +0000 (+0200) Subject: Fixed WCFSetup X-Git-Tag: 3.0.0_Beta_2~77 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=234f0a1797ee1c83fa4d4e4df30cf0a6998befd0;p=GitHub%2FWoltLab%2FWCF.git Fixed WCFSetup --- diff --git a/wcfsetup/install/files/lib/util/HeaderUtil.class.php b/wcfsetup/install/files/lib/util/HeaderUtil.class.php index e7671f0d23..9ab8b9aa84 100644 --- a/wcfsetup/install/files/lib/util/HeaderUtil.class.php +++ b/wcfsetup/install/files/lib/util/HeaderUtil.class.php @@ -55,7 +55,7 @@ final class HeaderUtil { @header('Content-Type: text/html; charset=UTF-8'); // send no cache headers - if (!WCF::getSession()->spiderID) { + if (!PACKAGE_ID || !WCF::getSession()->spiderID) { self::sendNoCacheHeaders(); }