Index: branches/5.3.x/core/kernel/application.php =================================================================== diff -u -N -r16156 -r16163 --- branches/5.3.x/core/kernel/application.php (.../application.php) (revision 16156) +++ branches/5.3.x/core/kernel/application.php (.../application.php) (revision 16163) @@ -1,6 +1,6 @@ Factory->getSubClasses($ancestor_class, $concrete_only); + } + + /** * Checks if application is in debug mode * * @param bool $check_debugger check if kApplication debugger is initialized too, not only for defined DEBUG_MODE constant