]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/class_BaseFrameworkSystem.php
Refacuring / possible WIP:
[core.git] / framework / main / classes / class_BaseFrameworkSystem.php
index e9ce996fe89890f8dea7bb437113e5d2ab07fc8f..6810e7244d653fb908b8accf5138b3e2ffdb4190 100644 (file)
@@ -1639,11 +1639,8 @@ Loaded includes:
         * @return      void
         */
        protected function initWebOutputInstance () {
-               // Get application instance
-               $applicationInstance = ApplicationHelper::getSelfInstance();
-
                // Init web output instance
-               $outputInstance = ObjectFactory::createObjectByConfiguredName('output_class', array($applicationInstance));
+               $outputInstance = ObjectFactory::createObjectByConfiguredName('output_class');
 
                // Set it locally
                $this->setWebOutputInstance($outputInstance);