X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Foutput.php;h=9bef3cf238e2dbcd1adc2558808a90bc0f5037e5;hb=b5fb7669b0dd02d9d8bf3fcef0381bcd7f6bee28;hp=29f5cf0e8c7fb702e0ef7b72d6235fdc772d5d70;hpb=84e2207412d3c6ea9f940a83b2cdd4503509808a;p=core.git diff --git a/inc/output.php b/inc/output.php index 29f5cf0e..9bef3cf2 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, 2009, 2010 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @deprecated @@ -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] ?>