]> git.mxchange.org Git - hub.git/commitdiff
Output system is now no longer initialized by loading a centralized
authorRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 18:19:32 +0000 (19:19 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 24 Mar 2015 18:20:01 +0000 (19:20 +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/hub/init.php

index 6a32f44d8c546205666ea55b0a6400b51216cdae..548d5172ed4c5ba112e3357e7699d5736079ddc4 100644 (file)
@@ -28,7 +28,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