]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/data.php
Also this ...
[shipsimu.git] / application / ship-simu / data.php
index 893b124146678cebcd0c5f65083fe95cac1287d7..74530a02b9c9547f1f0b87e2d0e8acb5446178ac 100644 (file)
  */
 
 // Get config instance
-$cfg = FrameworkConfiguration::getInstance();
+$cfg = FrameworkConfiguration::getSelfInstance();
 
 // Get an instance of the helper
 $app = call_user_func_array(
-       array($cfg->readConfig('app_helper_class'), 'getInstance'),
+       array($cfg->getConfigEntry('app_helper_class'), 'getSelfInstance'),
        array()
 );