X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fdatabase%2Flib-local.php;h=14d0afe842b851fd2cc1cdb29a1990df89ef8637;hb=1b09f75295523c16e194bf75852a8d8fe80c922f;hp=7ca9530c5ac24f9729b46173438a91b19d21a44d;hpb=e51607c0f33062258ba0a07b79b8e1f34fd6b832;p=core.git diff --git a/inc/database/lib-local.php b/inc/database/lib-local.php index 7ca9530c..14d0afe8 100644 --- a/inc/database/lib-local.php +++ b/inc/database/lib-local.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -23,9 +23,7 @@ */ // For testing purposes we use a local file database -$databaseInstance = LocalFileDatabase::createLocalFileDatabase( - FrameworkConfiguration::getInstance()->getConfigEntry('local_db_path') -); +$databaseInstance = ObjectFactory::createObjectByConfiguredName('local_file_database_class'); // [EOF] ?>