Updated to latest core changes
authorRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2009 17:56:00 +0000 (17:56 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 21 Aug 2009 17:56:00 +0000 (17:56 +0000)
application/admin/class_ApplicationHelper.php

index be71d0a9c494a3517625d60e464ce19a4447d402..7da09f1fd0293d3efb581c649158d2312547be75 100644 (file)
@@ -216,7 +216,7 @@ class ApplicationHelper extends BaseApplication implements ManageableApplication
                $this->controllerInstance = $resolverInstance->resolveController();
 
                // Get a web output class
-               $outputInstance = ObjectFactory::createObjectByConfiguredName('output_class');
+               $outputInstance = ObjectFactory::createObjectByConfiguredName('output_class', array($this));
 
                // Set it in this application
                $this->setWebOutputInstance($outputInstance);