]> git.mxchange.org Git - install.git/blobdiff - application/install/starter.php
Also this ...
[install.git] / application / install / starter.php
index c7e72156cdf37e687fdc2b5b8286da24cdc7c984..f423a93fbdaab90e9ae9c6419ee6993a8f931abc 100644 (file)
@@ -24,7 +24,7 @@
 
 // Is there an application helper instance? We need the method main() for
 // maining the application
-$app = call_user_func_array(array(FrameworkConfiguration::getSelfInstance()->getConfigEntry('app_helper_class'), 'getInstance'), array());
+$app = call_user_func_array(array(FrameworkConfiguration::getSelfInstance()->getConfigEntry('app_helper_class'), 'getSelfInstance'), array());
 
 // Some sanity checks
 if ((empty($app)) || (is_null($app))) {