Also this ...
[shipsimu.git] / application / selector / starter.php
index c0923bf0cb33558c0aaefe06267dedd3b7b42e16..48141e85a9bf59e6a056b952935e2187e7234f65 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))) {