From a2a262acd776d0a8c462f461dc30b588cf054044 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 24 Mar 2015 19:23:51 +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. Updated 'core'. Signed-off-by: Roland Haeder --- application/mailer/init.php | 2 +- core | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/mailer/init.php b/application/mailer/init.php index 38f705e300..2644263293 100644 --- a/application/mailer/init.php +++ b/application/mailer/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 diff --git a/core b/core index f82de4aed6..926ced328b 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit f82de4aed697fb3e2c79f39f0c8bf166598eb43f +Subproject commit 926ced328b2a6e14fa277a03bdd3a41bf202548b -- 2.39.2