]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/selector.php
Constants PATH and _DB_TYPE replaced
[shipsimu.git] / inc / selector.php
index c7375687d1f4f867612485b465818f3e23430054..69f413461e49982447cc5cf7ea9b1ceee32ec71c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -46,7 +46,7 @@ foreach ($configAppIncludes as $inc) {
 
        // Generate a FQFN for the helper class
        $fqfn = sprintf("%s%s/%s/%s%s",
-               PATH,
+               $cfg->readConfig('base_path'),
                $cfg->readConfig('application_path'),
                $cfg->readConfig('app_name'),
                $inc,