]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/data.php
Double->single converted
[shipsimu.git] / application / ship-simu / data.php
index 3396d44b013b9a5abd339a1af5a54e5b991349e0..c4249c4dce8a32d493a1e790528717c3f75e9cae 100644 (file)
@@ -38,7 +38,7 @@ $cfg = FrameworkConfiguration::getInstance();
 
 // Get an instance of the helper
 $app = call_user_func_array(
-       array($cfg->readConfig('app_helper_class'), "getInstance"),
+       array($cfg->getConfigEntry('app_helper_class'), 'getInstance'),
        array()
 );