From: Roland Haeder Date: Tue, 24 Mar 2015 18:19:32 +0000 (+0100) Subject: Output system is now no longer initialized by loading a centralized X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9eb42024f5c6c2d7efc1323fb349653a40d7e5a6;p=hub.git Output system is now no longer initialized by loading a centralized 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 --- diff --git a/application/hub/init.php b/application/hub/init.php index 6a32f44d8..548d5172e 100644 --- a/application/hub/init.php +++ b/application/hub/init.php @@ -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