]> git.mxchange.org Git - install.git/blobdiff - application/install/data.php
Updated to latest core changes
[install.git] / application / install / data.php
index 2878ad226d239d2105f42b350a8c558a0c7a3f5d..2c32bb8468795c04492dfa98d828f6004ec71bf0 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()
 );