]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/data.php
Again, missing config entry added
[shipsimu.git] / application / ship-simu / data.php
index 0ec07a0cdec27ea983298450fe5dfb711db1ccc0..c4249c4dce8a32d493a1e790528717c3f75e9cae 100644 (file)
@@ -15,7 +15,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -38,12 +38,12 @@ $cfg = FrameworkConfiguration::getInstance();
 
 // Get an instance of the helper
 $app = call_user_func_array(
-       array($cfg->readConfig('app_helper_class'), "getInstance"),
+       array($cfg->getConfigEntry('app_helper_class'), 'getInstance'),
        array()
 );
 
 // Set application name and version
-$app->setAppName("Ship-Simu Schiffsimulator");
+$app->setAppName("Ship-Simu Shipping Simulator");
 $app->setAppVersion("0.0.0");
 $app->setAppShortName("ship-simu");