From: Roland Häder Date: Fri, 21 Aug 2009 17:56:00 +0000 (+0000) Subject: Updated to latest core changes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=375b188ef9d332fd378d9713f93cbfdccefd74d9;p=admin.git Updated to latest core changes --- diff --git a/application/admin/class_ApplicationHelper.php b/application/admin/class_ApplicationHelper.php index be71d0a..7da09f1 100644 --- a/application/admin/class_ApplicationHelper.php +++ b/application/admin/class_ApplicationHelper.php @@ -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);