]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/data.php
Renamed to match with latest core. Database files ignored, cache files ignored
[shipsimu.git] / application / ship-simu / data.php
index 7bd697ae2ab98461724201692620a2ce1acb27d4..893b124146678cebcd0c5f65083fe95cac1287d7 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,7 +38,7 @@ $cfg = FrameworkConfiguration::getInstance();
 
 // Get an instance of the helper
 $app = call_user_func_array(
-       array($cfg->readConfig('app_helper_class'), "getInstance"),
+       array($cfg->readConfig('app_helper_class'), 'getInstance'),
        array()
 );