X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Foutput.php;h=5216da1a07085454311e7dd6a7b4f1d06eb2dbda;hp=603fae75158edc1c6c2146fdfb88756d11380284;hb=1c2504276f9bea28da8d391ea74267a5f0172ecc;hpb=0cd57c3885f00ad77fc599e53ed2f2d5e7ac267f diff --git a/inc/output.php b/inc/output.php index 603fae75..5216da1a 100644 --- a/inc/output.php +++ b/inc/output.php @@ -23,7 +23,7 @@ */ // 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('');