From 234f0a1797ee1c83fa4d4e4df30cf0a6998befd0 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 28 Sep 2016 18:50:16 +0200 Subject: [PATCH] Fixed WCFSetup --- wcfsetup/install/files/lib/util/HeaderUtil.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.20.1