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