Copyright updated
[core.git] / inc / database / lib-local.php
index 84fd7238892d3ec057e717cb0bd6a02adbefd623..aa4dc2e6d018b0d950d14289c7e183e4c7e1b6a0 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -24,7 +24,7 @@
 
 // For testing purposes we use a local file database
 $databaseInstance = LocalFileDatabase::createLocalFileDatabase(
-       FrameworkConfiguration::getInstance()->readConfig('local_db_path'),
+       FrameworkConfiguration::getInstance()->getConfigEntry('local_db_path'),
        FileIoHandler::getInstance()
 );