X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fdatabase%2Flib-local.php;h=ab1db54531cb7910eb7eb41cf29901dd289cf8e4;hb=420b3c92cc606eb241955ac5c1b350f101b174cb;hp=218f9298f80a9409bb2e8170ec6610ef05b4d215;hpb=b9c18d6c24e3be4393bf41005aa4e428a0ea3218;p=core.git diff --git a/inc/database/lib-local.php b/inc/database/lib-local.php index 218f9298..ab1db545 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 - 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 @@ -23,10 +23,7 @@ */ // 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] ?>