]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/output/web/class_WebOutput.php
Continued:
[core.git] / framework / main / classes / output / web / class_WebOutput.php
index 52dd69590cbcc221664c7e71fc7d0499c1792097..89f8d0550b41f6ff2ed5f54ffd242f3cce8abea6 100644 (file)
@@ -62,7 +62,7 @@ class WebOutput extends BaseOutput implements OutputStreamer, Registerable {
                        self::$webInstance = new WebOutput();
 
                        // Get the content type
-                       $contentType = self::$webInstance->getConfigInstance()->getConfigEntry('web_content_type');
+                       $contentType = FrameworkBootstrap::getConfigurationInstance()->getConfigEntry('web_content_type');
 
                        // Set the content type
                        if (!empty($contentType)) {