Static method getInstance() conflicts with getInstance() in class BaseRegistry,
[core.git] / inc / classes / main / output / class_ConsoleOutput.php
index af45aaad14fe423ed83990ee7cd624d2a051fe85..3fc2bcc01f9a73e309ae7afd4dc8ba4bb1917623 100644 (file)
@@ -72,7 +72,7 @@ class ConsoleOutput extends BaseFrameworkSystem implements OutputStreamer {
        public static final function getInstance() {
                // Is the self-instance already set?
                if (is_null(self::$consoleInstance)) {
-                       $contentType = FrameworkConfiguration::getInstance()->getConfigEntry('web_content_type');
+                       $contentType = FrameworkConfiguration::getSelfInstance()->getConfigEntry('web_content_type');
                        self::$consoleInstance = ConsoleOutput::createConsoleOutput($contentType);
                } // END - if