Also this ...
authorRoland Häder <roland@mxchange.org>
Tue, 8 Nov 2011 10:18:19 +0000 (10:18 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 8 Nov 2011 10:18:19 +0000 (10:18 +0000)
application/selector/data.php
application/selector/starter.php
application/ship-simu/data.php
application/ship-simu/starter.php

index aca64d9577d92d558bf1bfb49e68adb55bcefebb..3711c98c7240d73adc96949522ed33b8214cf2f2 100644 (file)
@@ -30,7 +30,7 @@ $cfg = FrameworkConfiguration::getSelfInstance();
 
 // Get an instance of the helper
 $app = call_user_func_array(
-       array($cfg->getConfigEntry('app_helper_class'), 'getInstance'),
+       array($cfg->getConfigEntry('app_helper_class'), 'getSelfInstance'),
        array()
 );
 
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))) {
index 86f6ab67546e0710270efcf674339e6e3fd48c21..74530a02b9c9547f1f0b87e2d0e8acb5446178ac 100644 (file)
@@ -38,7 +38,7 @@ $cfg = FrameworkConfiguration::getSelfInstance();
 
 // Get an instance of the helper
 $app = call_user_func_array(
-       array($cfg->getConfigEntry('app_helper_class'), 'getInstance'),
+       array($cfg->getConfigEntry('app_helper_class'), 'getSelfInstance'),
        array()
 );
 
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))) {