X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=inc%2Foutput.php;h=35b9359f7dec4f39c3ab0cb25d4e14faaa400716;hp=4f07c30c79062b5ab545924dcc11363bcb31b84e;hb=05f1e91cc36a525f2a281a6ed374cf3d5eb7cf81;hpb=da516c3d08eed6ecc7e38bb99419971033432e69 diff --git a/inc/output.php b/inc/output.php index 4f07c30..35b9359 100644 --- a/inc/output.php +++ b/inc/output.php @@ -6,7 +6,7 @@ * @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("");