Config entry 'web_engine' renamed to 'output_class' (naming convention, we need to...
[core.git] / inc / classes / main / class_BaseFrameworkSystem.php
index 967db1af2ceeb4eadee1e072f1805eee2f3a9611..b8f63065bd255fe25e12d19d4f098fcadf0ae31c 100644 (file)
@@ -276,7 +276,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
                        $this->setDebugInstance(DebugMiddleware::createDebugMiddleware($this->getConfigInstance()->readConfig('debug_class')));
 
                        // Get output instance and set it
-                       $outputInstance = ObjectFactory::createObjectByConfiguredName('web_engine', array($this->getConfigInstance()->readConfig('web_content_type')));
+                       $outputInstance = ObjectFactory::createObjectByConfiguredName('output_class', array($this->getConfigInstance()->readConfig('web_content_type')));
                        $this->setWebOutputInstance($outputInstance);
 
                        // Set the compressor channel