readConfig() is not naming convention, renamed to getConfigEntry()
[shipsimu.git] / application / ship-simu / data.php
index 893b124146678cebcd0c5f65083fe95cac1287d7..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()
 );