Output system is now no longer initialized by loading a centralized
authorRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 18:17:43 +0000 (19:17 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 18:17:43 +0000 (19:17 +0100)
inc/output.php as this was a stupid idea and sometimes the same application
has a console and web part.

Signed-off-by: Roland Haeder <roland@mxchange.org>
application/admin/init.php

index dc82cef0a0b07f09d174297973b65de9e6adf1c4..ea75118e3884e31167f5b4d9d8664b6be35bbe93 100644 (file)
@@ -37,7 +37,7 @@
 $cfg = FrameworkConfiguration::getSelfInstance();
 
 // Initialize output system
-require($cfg->getConfigEntry('base_path') . 'inc/output.php');
+ApplicationHelper::createDebugInstance('ApplicationHelper');
 
 // This application needs a database connection then we have to simply include
 // the inc/database.php script