readConfig() is not naming convention, renamed to getConfigEntry()
[core.git] / inc / output.php
index 603fae75158edc1c6c2146fdfb88756d11380284..5216da1a07085454311e7dd6a7b4f1d06eb2dbda 100644 (file)
@@ -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('');