]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/selector.php
More style convensions applied, interface updated
[shipsimu.git] / inc / selector.php
index 0267bfa8020864bda509c57adebd99c2815d1acb..e608de177a80c7966a4085546e3e8fd4cb7230c0 100644 (file)
@@ -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