X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fdatabase%2Flib-local.php;h=218f9298f80a9409bb2e8170ec6610ef05b4d215;hp=84fd7238892d3ec057e717cb0bd6a02adbefd623;hb=53107a5c137015522ae3077d647c0f08e830e4e6;hpb=49f84a522f0ccac3b70728cd41011a0be0eed8cf diff --git a/inc/database/lib-local.php b/inc/database/lib-local.php index 84fd7238..218f9298 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 - 2009 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 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() );