Merge branch 'contrib'
[core.git] / inc / database / lib-local.php
index aa4dc2e6d018b0d950d14289c7e183e4c7e1b6a0..ab1db54531cb7910eb7eb41cf29901dd289cf8e4 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * Initializes the local file database class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2013 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  */
 
 // For testing purposes we use a local file database
-$databaseInstance = LocalFileDatabase::createLocalFileDatabase(
-       FrameworkConfiguration::getInstance()->getConfigEntry('local_db_path'),
-       FileIoHandler::getInstance()
-);
+$databaseInstance = ObjectFactory::createObjectByConfiguredName('local_file_database_class');
 
 // [EOF]
 ?>