]> git.mxchange.org Git - admin.git/blobdiff - application/admin/data.php
readConfig() is not naming convention, renamed to getConfigEntry()
[admin.git] / application / admin / data.php
index d2e89042f6e734bdf60ba58ec9fa7a96f73ae830..b06d50519693579c54ba4f6c87c9bd685075a92f 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()
 );