X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Foutput.php;h=35b9359f7dec4f39c3ab0cb25d4e14faaa400716;hp=20f3fe8f5b7741944e64a20680a6b2f86298bcd4;hb=0e9b4c76519b80ed1369936f56a68cea65aff56d;hpb=3f7247b52f1b837bb70e6d8584e3f762ba17cb05 diff --git a/inc/output.php b/inc/output.php index 20f3fe8f5b..35b9359f7d 100644 --- a/inc/output.php +++ b/inc/output.php @@ -2,11 +2,11 @@ /** * Initializes the output middleware layer * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.ship-simu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,7 +23,7 @@ */ // Get a debugger instance -$debug = DebugMiddleware::createDebugMiddleware(FrameworkConfiguration::getInstance()->readConfig("debug_engine")); +$debug = DebugMiddleware::createDebugMiddleware(FrameworkConfiguration::getInstance()->readConfig('debug_class')); // Empty string should be ignored and used for testing the middleware DebugMiddleware::getInstance()->output("");