Fixed WCFSetup
authorAlexander Ebert <ebert@woltlab.com>
Sun, 7 Jul 2013 23:26:34 +0000 (01:26 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 7 Jul 2013 23:26:34 +0000 (01:26 +0200)
wcfsetup/install/files/lib/util/HeaderUtil.class.php

index f61365be4d707cd0d370da5ef857c7b90bbb8793..94eecb09dcb4a93a3a744af52422c37efc118288 100644 (file)
@@ -82,7 +82,7 @@ final class HeaderUtil {
                // 3rd party plugins may differ the actual output before it is sent to the browser
                // please be aware, that $eventObj is not available here due to this being a static
                // class. Use HeaderUtil::$output to modify it.
-               EventHandler::getInstance()->fireAction('wcf\util\HeaderUtil', 'parseOutput');
+               if (!defined('NO_IMPORTS')) EventHandler::getInstance()->fireAction('wcf\util\HeaderUtil', 'parseOutput');
                
                // enable gzip compression
                if (HTTP_ENABLE_GZIP && HTTP_GZIP_LEVEL > 0 && HTTP_GZIP_LEVEL < 10 && !defined('HTTP_DISABLE_GZIP')) {