Updated to latest core changes
[shipsimu.git] / application / selector / class_ApplicationHelper.php
index 87f0590f175a4a7ddd6479f02c4163307e9e6a4a..e5e30e5102f25808c80823ea3a73409ea57c860e 100644 (file)
@@ -213,6 +213,12 @@ class ApplicationHelper extends BaseApplication implements ManageableApplication
                // Get a controller instance as well
                $this->controllerInstance = $resolverInstance->resolveController();
 
+               // Get a web output class
+               $outputInstance = ObjectFactory::createObjectByConfiguredName('output_class', array($this));
+
+               // Set it in this application
+               $this->setWebOutputInstance($outputInstance);
+
                // Handle the request
                $this->controllerInstance->handleRequest($requestInstance, $responseInstance);
        }