X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Foutput.php;h=6dbafafa8659bffd58e2058c7684d6018fc383b6;hb=e87d503aab1df972c4c5b6eec1d095a974bb7c2f;hp=1e6705656c638f14282ed3b5715e1ef7bc343bf0;hpb=4b88c118b615335d06bd74e444173d21aef4406c;p=core.git diff --git a/inc/output.php b/inc/output.php index 1e670565..6dbafafa 100644 --- a/inc/output.php +++ b/inc/output.php @@ -25,10 +25,10 @@ */ // Get a debugger instance -$debug = DebugMiddleware::createDebugMiddleware(FrameworkConfiguration::getInstance()->getConfigEntry('debug_class')); +$debug = DebugMiddleware::createDebugMiddleware(FrameworkConfiguration::getSelfInstance()->getConfigEntry('debug_class')); // Empty string should be ignored and used for testing the middleware -DebugMiddleware::getInstance()->output(''); +DebugMiddleware::getSelfInstance()->output(''); // [EOF] ?>