Output system is now no longer initialized by loading a centralized
[mailer.git] / application / mailer / init.php
index 38f705e30031c40fcfc8abb90ab0838d5300c23f..2644263293a003dbf76116f91eb31dfbac8ef27f 100644 (file)
@@ -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