From: Roland Haeder Date: Tue, 24 Mar 2015 18:23:51 +0000 (+0100) Subject: Output system is now no longer initialized by loading a centralized X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=f317859d529a50cb01bef52b51c0be3bf70b989b 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 Häder --- 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