More style convensions applied, interface updated
[shipsimu.git] / inc / classes / main / output / class_ConsoleOutput.php
index 5d2b1c13528ffd600544f6334dcdb0db0a9a1092..c421ec4d3e9aacd98391790b92b25a7e78352ffc 100644 (file)
@@ -81,7 +81,7 @@ class ConsoleOutput extends BaseFrameworkSystem implements OutputStreamer {
         */
        public final static function getInstance() {
                if (is_null(self::$consoleInstance)) {
-                       $contentType = FrameworkConfiguration::getInstance()->readConfig("web_content_type");
+                       $contentType = FrameworkConfiguration::getInstance()->readConfig('web_content_type');
                        self::$consoleInstance = ConsoleOutput::createConsoleOutput($contentType);
                }
                return self::$consoleInstance;