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