X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fincludes.php;h=2acfa7fb96df6196772a9058a1e573cce08e90ff;hp=4b868980c7abd04d97536962b078fcd4f9652fcc;hb=39c1aaf705e8e3c274d56ef1fa931a086f729c48;hpb=d26e71af1e28dc1429823bdec244df6303f9b2fb diff --git a/inc/includes.php b/inc/includes.php index 4b868980..2acfa7fb 100644 --- a/inc/includes.php +++ b/inc/includes.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2016 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @deprecated @@ -67,5 +67,5 @@ $application = preg_replace('/([^a-z0-9_-])+/i', '', $application); // Set the application name for later usage FrameworkConfiguration::getSelfInstance()->setConfigEntry('app_name', $application); -// [EOF] -?> +// Scan for all framework classes, exceptions and interfaces +ClassLoader::scanFrameworkClasses();