From 9eb42024f5c6c2d7efc1323fb349653a40d7e5a6 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 24 Mar 2015 19:19:32 +0100 Subject: [PATCH] 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 --- application/hub/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2