]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/starter.php
Also this ...
[shipsimu.git] / application / ship-simu / starter.php
index 30280b533cf3be03e812b7f551c5ae18e4e9e8c2..4c59f6dd62b126204b9bf0d4acdf55d79a1d756d 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))) {