Moved setter/getter from 'hub' code as also 'city' uses it.
[core.git] / inc / includes.php
index 4b868980c7abd04d97536962b078fcd4f9652fcc..39be877dfe44369e0210269a3d8542b535be5102 100644 (file)
@@ -67,5 +67,8 @@ $application = preg_replace('/([^a-z0-9_-])+/i', '', $application);
 // Set the application name for later usage
 FrameworkConfiguration::getSelfInstance()->setConfigEntry('app_name', $application);
 
+// Scan for all framework classes, exceptions and interfaces
+ClassLoader::scanFrameworkClasses();
+
 // [EOF]
 ?>