X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fdatabase%2Flib-local.php;h=b522315844e975b3c22d6bec55f20ab4b2a10d08;hb=95a008a7823f28fa6a1172798e0d7565385055d4;hp=6d47355dad3ac681d0e2008ae44b282a951d9a02;hpb=0cd57c3885f00ad77fc599e53ed2f2d5e7ac267f;p=core.git diff --git a/inc/database/lib-local.php b/inc/database/lib-local.php index 6d47355d..b5223158 100644 --- a/inc/database/lib-local.php +++ b/inc/database/lib-local.php @@ -2,11 +2,11 @@ /** * Initializes the local file database class * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 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 @@ -23,10 +23,4 @@ */ // For testing purposes we use a local file database -$databaseInstance = LocalFileDatabase::createLocalFileDatabase( - FrameworkConfiguration::getInstance()->readConfig('local_db_path'), - FileIoHandler::getInstance() -); - -// [EOF] -?> +$databaseInstance = ObjectFactory::createObjectByConfiguredName('local_file_database_class');