From 85bc5bceb4852f1226b0495db1ebfdd83ce1419f Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 24 Mar 2015 19:17:43 +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/admin/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/admin/init.php b/application/admin/init.php index dc82cef..ea75118 100644 --- a/application/admin/init.php +++ b/application/admin/init.php @@ -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 -- 2.39.5