]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/selector.php
Rewrite of initInstance(), more eval() rewritten to call_user_func_array()
[shipsimu.git] / inc / selector.php
index 0267bfa8020864bda509c57adebd99c2815d1acb..3397754b5025fa69c6c6d8a843dcac04c0d40435 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * The application selector main include file
  *
- * @author             Roland Haeder <webmaster@mxchange.org>
+ * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
@@ -50,7 +50,7 @@ $application = preg_replace('/([^a-z_-])+/i', "", $application);
 
 // Try to load these includes in the given order
 $configAppIncludes = array(
-       sprintf("class_%s", FrameworkConfiguration::getInstance()->readConfig("app_helper_class")), // The ApplicationHelper class
+       sprintf("class_%s", FrameworkConfiguration::getInstance()->readConfig('app_helper_class')), // The ApplicationHelper class
        "config",               // The application's own configuration
        "init",                 // The application initializer
        "loader",               // The application's class loader