]> git.mxchange.org Git - hub.git/blobdiff - application/hub/loader.php
Fixed names.
[hub.git] / application / hub / loader.php
index 6e12a58af374b2605b5a3863915633ac36c6cfcd..1d0ca64d0361e26d872d77512fd3e8048546b67e 100644 (file)
@@ -2,9 +2,9 @@
 /**
  * The application's class loader
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0
- * @copyright  Copyright (c) 2007 - 2008 Roland Haeder, 2009 - 2011 Hub Developer Team
+ * @copyright  Copyright (c) 2007 - 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  *
  * This program is free software: you can redistribute it and/or modify
@@ -27,7 +27,7 @@ $cfg = FrameworkConfiguration::getSelfInstance();
 // Load all classes for the application
 foreach ($lowerClasses as $class) {
        // Try to load the application classes
-       ClassLoader::getSelfInstance()->scanClassPath(sprintf("%s/%s/%s", $cfg->getConfigEntry('application_path'), $cfg->getConfigEntry('app_name'), $class));
+       ClassLoader::getSelfInstance()->scanClassPath(sprintf('%s/%s/%s', $cfg->getConfigEntry('application_path'), $cfg->getConfigEntry('app_name'), $class));
 } // END - foreach
 
 // Clean up the global namespace