X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Foutput.php;h=5216da1a07085454311e7dd6a7b4f1d06eb2dbda;hp=83c1372cae33724b2be7039e772a65e2292ed75c;hb=1dfce1c5d3a9102021322559085bd69f49c981cc;hpb=c6d73b0e3246efc824cb98338d4be7ee5bc9f308 diff --git a/inc/output.php b/inc/output.php index 83c1372c..5216da1a 100644 --- a/inc/output.php +++ b/inc/output.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -23,10 +23,10 @@ */ // Get a debugger instance -$debug = DebugMiddleware::createDebugMiddleware(FrameworkConfiguration::getInstance()->readConfig('debug_class')); +$debug = DebugMiddleware::createDebugMiddleware(FrameworkConfiguration::getInstance()->getConfigEntry('debug_class')); // Empty string should be ignored and used for testing the middleware -DebugMiddleware::getInstance()->output(""); +DebugMiddleware::getInstance()->output(''); // [EOF] ?>